umx (version 1.9.1)

umxVersion: Get or print the version of umx, along with detail from OpenMx and general system info.

Description

umxVersion returns the version information for umx, and for OpenMx and R. essential for bug-reports.

Usage

umxVersion(model = NULL, verbose = TRUE, return = "umx")

Arguments

model

Optional to show optimizer in this model

verbose

= TRUE

return

Which package (umx or OpenMx to return version on

Value

- mxModel

References

- https://github.com/tbates/umx, https://tbates.github.io

See Also

- packageVersion

Other Miscellaneous Utility Functions: umx_grep, umx_make, umx_write_to_clipboard

Examples

Run this code
# NOT RUN {
x = umxVersion(); x
# }

Run the code above in your browser using DataLab