umx (version 1.9.1)

umxReduce: Reduce models, and report the results.

Description

Given an OpenMx model (currently ACE and GxE are supported - ask for more!) umxReduce will conduct a formalised reduction process

GxE model reduction For umxGxE models, each form of moderation is tested on its own, and jointly. Also, C is removed, and moderation tested in this model.

ACE model reduction For umxACE models, each form of moderation is tested on its own, and jointly. Also, C is removed, and moderation tested in this model.

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.

umxReduce is a work in progress, with more automations coming as demand emerges. I am thinking for RAM models to drop NS paths, and report that test.

Usage

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

Arguments

model

The mxModel which will be reduced.

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

See Also

Other Reporting Functions: loadings.MxModel, tmx_is.identified, umxAPA, umxFactorScores, umxGetParameters, umxSummary, umx_APA_pval, umx_aggregate, umx_parameters, umx_print, umx_show, umx_time, umx