loadEstimates.mirt.grm {AlignLV}R Documentation

Estimate mirt models using aligned parameter estimates

Description

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

Usage

loadEstimates.mirt.grm(
  fit,
  align.mean,
  align.variance,
  newpars,
  do.fit = TRUE,
  verbose = TRUE
)

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.

Value

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


[Package AlignLV version 0.1.0.0 Index]