Learn R Programming

umx (version 1.7.5)

umxVersion: 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_make, umx_write_to_clipboard

Examples

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

Run the code above in your browser using DataLab