powered by
Helper function to make dumping "ObjectName has the value: <objectvalue>" easy.
umx_msg(x)
the thing you want to print
- NULL
- http://tbates.github.io, https://github.com/tbates/umx, http://openmx.ssri.psu.edu
Other Utility Functions: qm, umx_find_object, umx_grep, umx_names, umx_paste_names, umx_pb_note, umx_print, umx_rename, umx
qm
umx_find_object
umx_grep
umx_names
umx_paste_names
umx_pb_note
umx_print
umx_rename
umx
# NOT RUN { a = "brian" umx_msg(a) b = c("brian", "sally", "jane") umx_msg(b) # }
Run the code above in your browser using DataLab