transformEstimates.lavaan.ordered {AlignLV} | R Documentation |
Transform lavaan
estimates using aligned estimates of latent
mean and variance
Description
Not generally intended to be used on its own, but exported anyway for didactic purposes.
Usage
transformEstimates.lavaan.ordered(
align.mean,
align.variance,
est,
toCompare = FALSE
)
Arguments
align.mean |
Mean to transform model to. |
align.variance |
Variance to transform model to. |
est |
Estimates to transform, from |
toCompare |
Accounts for discrepancies between delta and theta
parameterizations; see |
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
Estimates in the same structure as from
getEstimates.lavaan
, but transformed from (assumed) mean 0 and
variance 1 to the metric specified by align.mean
and align.variance
.
[Package AlignLV version 0.1.0.0 Index]