powered by
Quickmatrix function
qm(..., rowMarker = "|")
- matrix
the components of your matrix
mark the end of each row
Other Miscellaneous Utility Functions: install.OpenMx(), libs(), umxLav2RAM(), umxModelNames(), umxRAM2Lav(), umxVersion(), umx_array_shift(), umx_find_object(), umx_lower.tri(), umx_msg(), umx_open_CRAN_page(), umx_pad(), umx_print(), umx
install.OpenMx()
libs()
umxLav2RAM()
umxModelNames()
umxRAM2Lav()
umxVersion()
umx_array_shift()
umx_find_object()
umx_lower.tri()
umx_msg()
umx_open_CRAN_page()
umx_pad()
umx_print()
umx
# simple example qm(0, 1 | 2, NA) if (FALSE) { # clever example M1 = M2 = diag(2) qm(M1,c(4,5) | c(1,2),M2 | t(1:3)) }
Run the code above in your browser using DataLab