A helper to aid the interpretability of printed tables from OpenMx (and elsewhere).
Its most useful characteristics are allowing you to change how NA and zero appear.
and supressing values below a certain cut-off.
By default, Zeros have the decimals suppressed, and NAs are suppressed altogether.
# NOT RUN {umx_print(mtcars[1:10,], digits = 2, zero.print = ".", justify = "left")
# }# NOT RUN {umx_print(model)
# open in browserumx_print(mtcars[1:10,], file = "Rout.html")
# }