powered by
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"), SEstyle = FALSE, strip_zero = TRUE, ... )
The umxIP() model to plot
umxIP()
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")
report "b (se)" instead of "b [lower, upper]" (Default)
Whether to strip the leading "0" and decimal point from parameter estimates (default = TRUE)
Optional additional parameters
optionally return the dot code
https://tbates.github.io
plot(), umxSummary() work for IP, CP, GxE, SAT, and ACE models.
plot()
umxSummary()
Other Plotting functions: plot.MxLISRELModel(), plot.MxModel(), umxPlotACEcov(), umxPlotACEv(), umxPlotACE(), umxPlotCP(), umxPlotGxEbiv(), umxPlotGxE(), umxPlotSexLim(), umxPlotSimplex(), umx
plot.MxLISRELModel()
plot.MxModel()
umxPlotACEcov()
umxPlotACEv()
umxPlotACE()
umxPlotCP()
umxPlotGxEbiv()
umxPlotGxE()
umxPlotSexLim()
umxPlotSimplex()
umx
# NOT RUN { plot(model) umxPlotIP(model, file = NA) # }
Run the code above in your browser using DataLab