Options include digits (rounding), showing means or not, standardization, and which output format is desired.
umxPlotIP(x = NA, file = "name", digits = 2, means = FALSE,
std = TRUE, format = c("current", "graphviz", "DiagrammeR"),
showMeans = "deprecated", ...)
The umxIP
model to plot
The name of the dot file to write: NA = none; "name" = use the name of the model
How many decimals to include in path loadings (defaults to 2)
Whether to show means paths (defaults to FALSE)
whether to standardize the model (defaults to TRUE)
= c("current", "graphviz", "DiagrammeR")
Deprecated: replace with just 'means' for simplicity.
Optional additional parameters
- optionally return the dot code
- plot()
, umxSummary()
Other Plotting functions: plot.MxModel
,
umxPlotACEcov
, umxPlotACEv
,
umxPlotACE
, umxPlotCP
,
umxPlotGxE
Other Reporting functions: RMSEA.MxModel
,
RMSEA.summary.mxmodel
, RMSEA
,
extractAIC.MxModel
, loadings
,
plot.MxModel
,
residuals.MxModel
,
umxCI_boot
, umxCI
,
umxCompare
, umxConfint
,
umxExpCov
, umxExpMeans
,
umxFitIndices
, umxPlotACEcov
,
umxPlotACEv
, umxPlotACE
,
umxPlotCP
, umxPlotGxE
,
umxSummary.MxModel
,
umxSummaryACEv
,
umxSummaryACE
, umx_drop_ok
,
umx_standardize_RAM
Other Twin Modeling Functions: plot.MxModel
,
umxACESexLim
,
umxACE_cov_fixed
, umxACEcov
,
umxACEv
, umxACE
,
umxCF_SexLim
, umxCP
,
umxGxE_window
, umxGxE
,
umxIP
, umxPlotACEcov
,
umxPlotCP
, umxPlotGxE
,
umxReduceACE
,
umxSummaryACEcov
,
umxSummaryACEv
,
umxSummaryACE
, umxSummaryCP
,
umxSummaryGxE
, umxSummaryIP
,
umx_long2wide
, umx_wide2long
,
umx
, xmu_twin_check
# NOT RUN {
plot(model)
umxPlotIP(model, file = NA)
# }
Run the code above in your browser using DataLab