Learn R Programming

umx (version 1.4.9)

umxReduce: umxReduce

Description

Reduce a model - this is a work in progress.

Usage

umxReduce(m1, report = "html", baseFileName = "tmp")

Arguments

m1
an mxModel to reduce
report
How to report the results. "html" = open in browser
baseFileName
file (I add the html) to use when report = "html" (defaults to "tmp")

Value

-

References

- http://tbates.github.io

See Also

Other Core Modelling Functions: plot.MxModel, umxDiagnose, umxLatent, umxMatrix, umxPath, umxRAM, umxRun, umx

Examples

Run this code
## Not run: 
# model = umxReduce(model)
# ## End(Not run)

Run the code above in your browser using DataLab