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 getEstimates.mirt or getEstimates.lavaan

comb

All combinations of groups from combn

nobs

Sample size in each group

estimator

See Alignment documentation.

eps.alignment

See Alignment documentation.

clf.ignore.quantile

See Alignment documentation.

hyper

Hyperparameter to calculate simplicity function for; see Alignment documentation.

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]