-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
79 lines (78 loc) · 2.02 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
# Generated by roxygen2: do not edit by hand
S3method(ave,matrixpls)
S3method(cr,matrixpls)
S3method(effects,matrixpls)
S3method(fitted,matrixpls)
S3method(gof,matrixpls)
S3method(loadings,matrixpls)
S3method(predict,matrixpls)
S3method(print,matrixplfitsummary)
S3method(print,matrixpls)
S3method(print,matrixplsave)
S3method(print,matrixplsboot)
S3method(print,matrixplsbootsummary)
S3method(print,matrixplscei)
S3method(print,matrixplscr)
S3method(print,matrixplseffects)
S3method(print,matrixplsgof)
S3method(print,matrixplshtmt)
S3method(print,matrixplsq2)
S3method(print,matrixplsr2)
S3method(print,matrixplsresiduals)
S3method(print,matrixplssummary)
S3method(print,matrixplsweights)
S3method(r2,matrixpls)
S3method(residuals,matrixpls)
S3method(summary,matrixpls)
S3method(summary,matrixplsboot)
export(ave)
export(cei)
export(convCheck.absolute)
export(convCheck.relative)
export(convCheck.square)
export(cr)
export(estimator.cfaLoadings)
export(estimator.efaLoadings)
export(estimator.ols)
export(estimator.plscLoadings)
export(estimator.plsreg)
export(estimator.tsls)
export(fitSummary)
export(gof)
export(htmt)
export(innerEstim.centroid)
export(innerEstim.factor)
export(innerEstim.gsca)
export(innerEstim.identity)
export(innerEstim.path)
export(loadings)
export(matrixpls)
export(matrixpls.boot)
export(matrixpls.crossvalidate)
export(matrixpls.plspm)
export(matrixpls.sempls)
export(matrixpls.sim)
export(optimCrit.gsca)
export(optimCrit.maximizeFullR2)
export(optimCrit.maximizeIndicatorR2)
export(optimCrit.maximizeInnerR2)
export(outerEstim.fixed)
export(outerEstim.gsca)
export(outerEstim.modeA)
export(outerEstim.modeB)
export(parameterEstim.separate)
export(q2)
export(r2)
export(reliabilityEstim.alpha)
export(reliabilityEstim.weightLoadingProduct)
export(signChange.construct)
export(signChange.individual)
export(weightFun.factor)
export(weightFun.fixed)
export(weightFun.optim)
export(weightFun.pls)
export(weightFun.principal)
export(weightSign.Wold1985)
export(weightSign.dominantIndicator)
importFrom(stats,effects)
importFrom(stats,loadings)