OpenMx (version 2.21.11)

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)

Value

processed matrix output.

Arguments

mx.filename

Name of file containing the mx script.

output.directory

Where to write mxo output from the script

Examples

Run this code
if (FALSE) {
output = imxOriginalMx(mx.filename = "power1.mx", "~/Desktop")
}

Run the code above in your browser using DataLab