-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathctr.txt
73 lines (62 loc) · 2 KB
/
ctr.txt
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
## Last updated: 12 February 2025
## List of functions, organized by author(s)
export(
## Sunthud
clipboard, saveFile, compareFit, ## with additions from Terrence
efaUnrotate, orthRotate, oblqRotate, funRotate, # deprecated
imposeStart, loadingFromAlpha,
skew, kurtosis,
mardiaSkew, mardiaKurtosis, # NA issue fixed by Terrence
residualCovariate,
singleParamTest, ############################################################# wald,
miPowerFit,
plotRMSEAdist, findRMSEApower, findRMSEAsamplesize,
plotProbe, ### with Terrence
probe2WayMC, probe2WayRC, probe3WayMC, probe3WayRC, ## with additions from Terrence
maximalRelia,
partialInvariance, partialInvarianceCat,
## Sunthud with Bell Clinton and Pavel Panko
findRMSEApowernested, findRMSEAsamplesizenested, plotRMSEApowernested,
## Sunthud with Alex
indProd, orthogonalize,
## Sunthud with Yves Rosseel
mvrnonnorm,
## with Yves and Terrence
measurementInvariance, longInvariance, measurementInvarianceCat, ###### deprecated
## Alex
plotRMSEApower, tukeySEM,
## Jason D. Rights
poolMAlloc,
## Terrence
AVE, compRelSEM, # replaces reliability() and reliabilityL2()
bsBootMiss, net, chisqSmallN,
permuteMeasEq, measEq.syntax,
twostage, lavaan.2stage, cfa.2stage, sem.2stage, growth.2stage,
runMI, lavaan.mi, cfa.mi, sem.mi, growth.mi,
plausibleValues,
lavTestLRT.mi, lavTestWald.mi, lavTestScore.mi, modindices.mi, calculate.D2,
auxiliary, lavaan.auxiliary, cfa.auxiliary, sem.auxiliary, growth.auxiliary,
parcelAllocation, PAVranking,
## with Alex, Corbin, and James Selig
monteCarloMed,
## with Alex
SSpower,
## with Mauricio
fmi,
## with Steven R. Chesnut
quark, combinequark,
## with Ylenio Longo
htmt, efa.ekc,
## with Ruben Arslan
nullRMSEA,
## with Sunthud, Aaron, Yves
moreFitIndices,
## with Andrew Johnson
lrv2ord,
## Ed Merkle
kd,
## Leonard Vanbrabant
goricaSEM,
## Corbin Quick
splitSample, lisrel2lavaan ## lisrel2lavaan was deprecated, now removed
)