umxRAM2Lav | R Documentation |
Takes an OpenMx RAM model and creates the corresponding lavaan syntax string.
This function is at the alpha quality stage, and **should be expected to have bugs**. Also likely to change functionality and even parameters as new features are supported (e.g. groups) and lavaan-style strings exported. Several features are not yet supported. Let me know if you would like them.
umxRAM2Lav(model)
model |
an OpenMx RAM model |
A lavaan syntax string, e.g. "A~~B"
- [umxLav2RAM()], [umxRAM()]
Other Miscellaneous Utility Functions:
install.OpenMx()
,
libs()
,
qm()
,
umxLav2RAM()
,
umxModelNames()
,
umxVersion()
,
umx_array_shift()
,
umx_find_object()
,
umx_lower.tri()
,
umx_msg()
,
umx_open_CRAN_page()
,
umx_pad()
,
umx_print()
,
umx
## Not run:
umxRAM2Lav(umxLav2RAM("x ~ y", autoRun = FALSE, printTab = FALSE, lavaanMode = "lavaan"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.