SF.mplus3D {AlignLV} | R Documentation |
Simplicity function for alignment
Description
Not generally intended to be used on its own, but exported anyway for didactic purposes.
Usage
SF.mplus3D(
pars,
est,
comb,
nobs,
estimator,
eps.alignment,
clf.ignore.quantile,
hyper = "all",
otherHyper = NULL
)
Arguments
pars |
Hyperparameters to feed into optimizer |
est |
Estimates to transform, from |
comb |
All combinations of groups from |
nobs |
Sample size in each group |
estimator |
See |
eps.alignment |
See |
clf.ignore.quantile |
See |
hyper |
Hyperparameter to calculate simplicity function for; see
|
otherHyper |
Non-included hyperparameter |
Details
See example for Alignment
for examples
This program was designed based on the published work of Asparouhov & Muthen, and was not intended to match Mplus exactly, and may not.
Value
A value of the simplicity function from Asparouhuv & Muthen, 2014.
[Package AlignLV version 0.1.0.0 Index]