powered by
Find objects of a given class, whose name matches a search string. The string (pattern) is grep-enabled, so you can match wild-cards
umx_find_object(pattern = ".*", requiredClass = "MxModel")
the pattern that matching objects must contain
the class of object that will be matched
- a list of objects matching the class and name
-
Other Miscellaneous Utility Functions: install.OpenMx(), qm(), umxBrownie(), umxLav2RAM(), umxRAM2Lav(), umxVersion(), umx_array_shift(), umx_msg(), umx_open_CRAN_page(), umx_pad(), umx_print(), umx_score_scale(), umx
install.OpenMx()
qm()
umxBrownie()
umxLav2RAM()
umxRAM2Lav()
umxVersion()
umx_array_shift()
umx_msg()
umx_open_CRAN_page()
umx_pad()
umx_print()
umx_score_scale()
umx
# NOT RUN { umx_find_object("^m[0-9]") # mxModels beginning "m1" etc. umx_find_object("", "MxModel") # all MxModels # }
Run the code above in your browser using DataLab