as.MxRAMModel: as.MxRAMModel: Create an MxRAMModel from a lavaan or OpenMx...

Description Usage Arguments Details Value

View source: R/extractModelStructure.R

Description

Transforms a model into an MxRAMModel

Usage

1
as.MxRAMModel(model, exogenous = TRUE, standardized = FALSE, ...)

Arguments

model

a path modeling object (see details for supported types)

exogenous

Include exogenous variables? (default TRUE)

standardized

Transform all variables into standardized forms? (default FALSE)

Details

This function is experimental, and may have bugs. At present, it does not handle constraints, groups, or pretty much anything else that's at all complicated.

Currently supported: OpenMx RAM models (easy!), lavaan and blavaan models

Value

An MxRAMModel containing the same path structure as the original model


trbrick/MICr documentation built on March 7, 2020, 3:30 p.m.