Learn R Programming

AlignLV (version 0.1.0.0)

loadEstimates.lavaan.ordered: Estimate lavaan models using aligned parameter estimates

Description

Not generally intended to be used on its own, but exported anyway for didactic purposes.

Usage

loadEstimates.lavaan.ordered(
  fit,
  align.mean,
  align.variance,
  newpars,
  do.fit = TRUE,
  verbose = TRUE
)

Value

A lavaan object, based on fit but with modified parameters.

Arguments

fit

A mirt object compatible with Alignment

align.mean

Mean to transform model to.

align.variance

Variance to transform model to.

newpars

New (transformed) estimates to load into model object.

do.fit

Whether to re-fit the model after loading and fixing estimates.

verbose

See Alignment documentation.

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.