lavaan models using aligned parameter estimatesNot generally intended to be used on its own, but exported anyway for didactic purposes.
loadEstimates.lavaan.ordered(
  fit,
  align.mean,
  align.variance,
  newpars,
  do.fit = TRUE,
  verbose = TRUE
)A lavaan object, based on fit but with modified
parameters.
A mirt object compatible with Alignment
Mean to transform model to.
Variance to transform model to.
New (transformed) estimates to load into model object.
Whether to re-fit the model after loading and fixing estimates.
See Alignment documentation.
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.