Skip to contents

The function fits the model using the OpenMx package.

Usage

IllustrationFitMx(data)

Arguments

data

R object. Output of the IllustrationPrepData() function.

See also

Examples

if (FALSE) { # \dontrun{
library(OpenMx)
sim <- IllustrationGenData(seed = 42)
data <- IllustrationPrepData(sim)
fit <- IllustrationFitMx(data)
summary(fit)
} # }