Learn R Programming

umx (version 1.4.0)

umxPlotCP: umxPlotCP

Description

Draw a graphical figure for a Common Pathway model

Usage

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

Arguments

x
The Common Pathway mxModel to display graphically
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'
...
Optional additional parameters

Value

- Optionally return the dot code

References

- http://tbates.github.io

See Also

- plot(), umxSummary() work for IP, CP, GxE, SAT, and ACE models.

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

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, umxPlotGxE, umxPlotIP, 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, umxPlotGxE, umxPlotIP, umxSummaryACEcov, umxSummaryACE, umxSummaryCP, umxSummaryGxE, umxSummaryIP, umx_make_TwinData, umx

Examples

Run this code
## Not run: 
# plot(yourCP_Model) # no need to remember a special name: plot works fine!
# ## End(Not run)

Run the code above in your browser using DataLab