OpenMx (version 2.17.3)

imxOriginalMx: Run an classic mx script

Description

For this to work, classic mx must be installed, and callable from the command line.

Usage

imxOriginalMx(mx.filename, output.directory)

Arguments

mx.filename

Name of file containing the mx script.

output.directory

Where to write mxo output from the script

Value

processed matrix output.

Examples

Run this code
# NOT RUN {
output = imxOriginalMx(mx.filename = "power1.mx", "~/Desktop")
# }

Run the code above in your browser using DataLab