as.MxRAMModel.MxModel: Extract path structure from an OpenMx model

Description Usage Arguments Details Value

View source: R/extractModelStructure.R

Description

Extracts the paths from an OpenMx object and returns them as an MxRAMModel There's really no reason to use this. Like, why are you even bothering?

Usage

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

Arguments

model

an OpenMx model

exogenous

Compute causal influences of exogenous variables? (default TRUE)

standardized

Compute causal influences for the standardized model? (default FALSE)

Details

This function is experimental, and may have bugs. At present, it does not allow for constraints,

Value

An MxRAMModel containing the same path structure as the provided lavaan model


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