Latent moderated strctural equations by Klein and Moosbrugger (2000), the ML approach to nonlinear SEM
LMS(
lavModel_Analysis,
data,
data_transformations = NULL,
prefix = 1,
pathLMS = tempdir(),
algorithm = "INTEGRATION"
)
Returns a data.frame
that includes parameter estimates estimated using LMS.
the lavModel_Analysis object
set to fit
Object containing info on possible data transformations.
an arbitrary prefix for the data set. This prevents issues when using parallelization and Mplus.
path where (temporal) data and scripts for running LMS using Mplus are stored (using MplusAutomation
). Default to NULL
, then tempdir()
is used.
algorithm to use. Default to INTEGRATION.
Klein, A. G., & Moosbrugger, H. (2000). Maximum likelihood estimation of latent interaction effects with the LMS method. Psychometrika, 65(4), 457–474. tools:::Rd_expr_doi("10.1007/BF02296338")