Learn R Programming

umx (version 1.7.5)

umxPlotIP: umxPlotIP

Description

Make a graphical display of an Independent Pathway model

Usage

umxPlotIP(x = NA, file = "name", digits = 2, means = FALSE,
  std = TRUE, showMeans = "deprecated", ...)

Arguments

x

The umxIP model to plot

file

The name of the dot file to write: NA = none; "name" = use the name of the model

digits

How many decimals to include in path loadings (defaults to 2)

means

Whether to show means paths (defaults to FALSE)

std

whether to standardize the model (defaults to TRUE)

showMeans

Deprecated: replace with just 'means' for simplicity.

...

Optional additional parameters

Value

- optionally return the dot code

References

- http://tbates.github.io

See Also

- plot(), umxSummary()

Other Plotting functions: plot.MxModel, umxPlotACEcov, umxPlotACE, umxPlotCP, umxPlotGxE

Other Reporting functions: RMSEA.MxModel, RMSEA.summary.mxmodel, RMSEA, confint.MxModel, extractAIC.MxModel, loadings, logLik.MxModel, plot.MxModel, residuals.MxModel, umxCI_boot, umxCI, umxCompare, umxExpCov, umxExpMeans, umxFitIndices, umxPlotACEcov, umxPlotACE, umxPlotCP, umxPlotGxE, umxSummary.MxModel, umxSummaryACE, umx_drop_ok, umx_standardize_RAM

Other Twin Modeling Functions: plot.MxModel, umxACESexLim, umxACEcov, umxACE, umxCF_SexLim, umxCP, umxGxE_window, umxGxE, umxIP, umxPlotACEcov, umxPlotCP, umxPlotGxE, umxSummaryACEcov, umxSummaryACE, umxSummaryCP, umxSummaryGxE, umxSummaryIP, umx

Examples

Run this code
# NOT RUN {
plot(model)
umxPlotIP(model, file = NA)
# }

Run the code above in your browser using DataLab