semTools {semTools} | R Documentation |
semTools: Useful Tools for Structural Equation Modeling
Description
The semTools package provides many miscellaneous functions that are useful for statistical analysis involving SEM in R. Many functions extend the funtionality of the lavaan package. Some sets of functions in semTools correspond to the same theme. We call such a collection of functions a suite. Our suites include:
Model Fit Evaluation:
moreFitIndices
,nullRMSEA
,singleParamTest
,miPowerFit
, andchisqSmallN
Measurement Invariance:
measEq.syntax
,partialInvariance
,partialInvarianceCat
, andpermuteMeasEq
Power Analysis:
SSpower
,findRMSEApower
,plotRMSEApower
,plotRMSEAdist
,findRMSEAsamplesize
,findRMSEApowernested
,plotRMSEApowernested
, andfindRMSEAsamplesizenested
Missing Data Analysis:
runMI
,auxiliary
,twostage
,fmi
,bsBootMiss
,quark
, andcombinequark
Latent Interactions:
indProd
,orthogonalize
,probe2WayMC
,probe3WayMC
,probe2WayRC
,probe3WayRC
, andplotProbe
Exploratory Factor Analysis (EFA):
efa.ekc
,efaUnrotate
,orthRotate
,oblqRotate
, andfunRotate
Reliability Estimation:
compRelSEM
andmaximalRelia
(see alsoAVE
)Parceling:
parcelAllocation
,PAVranking
, andpoolMAlloc
Non-Normality:
skew
,kurtosis
,mardiaSkew
,mardiaKurtosis
, andmvrnonnorm
All users of R (or SEM) are invited to submit functions or ideas for
functions by contacting the maintainer, Terrence Jorgensen
(TJorgensen314@gmail.com). Contributors are encouraged to use
Roxygen
comments to document their contributed code, which is
consistent with the rest of semTools. Read the vignette from the
roxygen2 package for details:
vignette("rd", package = "roxygen2")