Fit the Model using the OpenMx Package (Illustration)
Source:R/manCTMed-illustration-fit-mx.R
IllustrationFitMx.Rd
The function fits the model using the OpenMx package.
Arguments
- data
R object. Output of the
IllustrationPrepData()
function.
See also
Other Model Fitting Functions:
FitDynr()
,
FitMx()
,
IllustrationFitDynr()
,
IllustrationMCPhiSigma()
,
IllustrationPrepData()
,
PhiHat()
,
ThetaHat()
Examples
if (FALSE) { # \dontrun{
library(OpenMx)
sim <- IllustrationGenData(seed = 42)
data <- IllustrationPrepData(sim)
fit <- IllustrationFitMx(data)
summary(fit)
} # }