umxSummaryMRDoC | R Documentation |
Summarizes a MR Direction of Causation model, as returned by umxMRDoC()
umxSummaryMRDoC(
model,
digits = 2,
std = TRUE,
CIs = FALSE,
comparison = NULL,
RMSEA_CI = FALSE,
report = c("markdown", "html"),
file = getOption("umx_auto_plot"),
...
)
model |
A fitted |
digits |
Round to how many digits (default = 2) |
std |
Whether to show the standardized model (TRUE) (ignored: used extended = TRUE to get unstandardized) |
CIs |
Confidence intervals (default FALSE) |
comparison |
Run mxCompare on a comparison model (default NULL) |
RMSEA_CI |
Optionally compute CI on RMSEA. |
report |
Print tables to the console (as 'markdown'), or open in browser ('html') |
file |
The name of the dot file to write: NA = none; "name" = use the name of the model |
... |
Optional additional parameters |
nothing
umxDoC()
, plot()
, umxSummary()
work for DoC models.
Other Summary functions:
umxSummary.MxModel()
,
umxSummaryACEcov()
,
umxSummaryCP()
,
umxSummaryGxE()
,
umxSummaryIP()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.