umx (version 1.9.1)

umxReduceGxE: Reduce a GxE model.

Description

This function can perform model reduction for umxGxE, testing dropping means-moderation, a`,c` & e`, as well as c & c`, a & a` etc.

Usage

umxReduceGxE(model, report = c("markdown", "inline", "html", "report"),
  baseFileName = "tmp", ...)

Arguments

model

an mxModel to reduce

report

How to report the results. "html" = open in browser

baseFileName

(optional) custom filename for html output (defaults to "tmp")

...

Other parameters to control model summary

Value

-

Details

It reports the results in a table. Set the format of the table with umx_set_table_format()., or set `report` to "html" to open a table for pasting into a word processor.

References

- http://tbates.github.io

See Also

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

Examples

Run this code
# NOT RUN {
model = umxReduce(model)
# }

Run the code above in your browser using DataLab