-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
112 lines (111 loc) · 2.72 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Generated by roxygen2: do not edit by hand
S3method("penalize<-",lvm)
S3method("penalizeNuclear<-",lvm)
S3method("penalty<-",penaltyL12)
S3method("penalty<-",penaltyNuclear)
S3method("penalty<-",plvm)
S3method(addLink,lvm)
S3method(calcLambda,plvmfit)
S3method(checkData,lvm)
S3method(coef0,plvmfit)
S3method(coefCov,lvm)
S3method(coefCov,lvmfit)
S3method(coefCov,multigroup)
S3method(coefExtra,lvm)
S3method(coefExtra,lvmfit)
S3method(coefExtra,multigroup)
S3method(coefIndexModel,lvm)
S3method(coefIndexModel,lvmfit)
S3method(coefIndexModel,multigroup)
S3method(coefIntercept,lvm)
S3method(coefIntercept,lvmfit)
S3method(coefIntercept,multigroup)
S3method(coefRef,lvmfit)
S3method(coefReg,lvm)
S3method(coefReg,lvmfit)
S3method(coefReg,multigroup)
S3method(coefType,lvm)
S3method(coefType,lvmfit)
S3method(coefType,multigroup)
S3method(coefVar,lvm)
S3method(coefVar,lvmfit)
S3method(coefVar,multigroup)
S3method(cvCheck,lvm)
S3method(estimate,plvm)
S3method(estimate,pmultigroup)
S3method(getPath,plvmfit)
S3method(getPath,regPath)
S3method(loadings,lvm.missing)
S3method(loadings,lvmfit)
S3method(penalize,lvm)
S3method(penalizeNuclear,lvm)
S3method(penalty,lvm)
S3method(penalty,lvmfit)
S3method(penalty,penaltyL12)
S3method(penalty,penaltyNuclear)
export("cancelPenalty<-")
export("penalize<-")
export("penalizeNuclear<-")
export("penalty<-")
export(addLink)
export(calcLambda)
export(cancelPenalty)
export(checkData)
export(coef0)
export(coefCov)
export(coefExtra)
export(coefIndexModel)
export(coefIntercept)
export(coefRef)
export(coefReg)
export(coefType)
export(coefVar)
export(cvCheck)
export(findNewLink)
export(getPath)
export(hessianGaussian)
export(lassoTest)
export(lavaPenalty.clean.hook)
export(lavaPenalty.estimate.hook)
export(lavaPenalty.multigroup.hook)
export(lavaPenalty.options)
export(lavaPenalty.post.hook)
export(lavaPenalty.reduce.hook)
export(lavaPenalty.remove.hook)
export(loadings)
export(lvGaussian)
export(optim.EPSODE)
export(optim.proxGrad)
export(penalize)
export(penalizeNuclear)
export(penalty)
export(plot.plvmfit)
export(plot.regPath)
export(print.penaltyL12)
export(print.penaltyNuclear)
export(print.plvm)
export(print.plvmfit)
export(scoreGaussian)
export(setLink)
export(simForm)
export(summary.cvlvm)
import(data.table)
import(ggplot2)
import(lava)
import(lavaReduce)
import(snowfall)
importFrom(deSolve,ode)
importFrom(doSNOW,registerDoSNOW)
importFrom(foreach,foreach)
importFrom(mvtnorm,pmvnorm)
importFrom(mvtnorm,qmvnorm)
importFrom(numDeriv,hessian)
importFrom(numDeriv,jacobian)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pracma,nullspace)
importFrom(stats,uniroot)
importFrom(tmvtnorm,ptmvnorm)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)