ctsem (version 3.3.11)

ctFit: ctFit function placeholder

Description

For the original ctsem OpenMx functionality, the package ctsemOMX should be loaded.

Usage

ctFit(...)

Arguments

...

arguments to pass to ctFit, if ctsemOMX is loaded.

Value

message or fit object.

Examples

Run this code
# NOT RUN {
data(AnomAuth) 
AnomAuthmodel <- ctModel(LAMBDA = matrix(c(1, 0, 0, 1), nrow = 2, ncol = 2), 
Tpoints = 5, n.latent = 2, n.manifest = 2, MANIFESTVAR=diag(0, 2), TRAITVAR = NULL) 
AnomAuthfit <- ctFit(AnomAuth, AnomAuthmodel)
# }

Run the code above in your browser using DataCamp Workspace