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.
umxReduce(model, report = c("markdown", "inline", "html", "report"),
baseFileName = "tmp", ...)
The mxModel
which will be reduced.
How to report the results. "html" = open in browser
(optional) custom filename for html output (defaults to "tmp")
Other parameters to control model summary
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