Description Usage Arguments Value Author(s) See Also Examples
Takes an mplusModel object returned by readModels, and extracts a
publication-ready correlation matrix.
1 2 | corTable(mplusModel, parameters = "stdyx.standardized",
valueColumn = "est_sig", digits = 2)
|
mplusModel |
An mplusModel object, as returned by |
parameters |
A character string corresponding to the name of an element
of the $parameters list in |
valueColumn |
Character. Which column to use to propagate the matrix. Defaults to "est_sig", the estimate with significance asterisks. |
digits |
Number of digits to round to when formatting values. |
A Matrix or a list of matrices (in case there are between/within correlation matrices).
Caspar J. van Lissa
Other Mplus functions: MplusConstrainModels,
SBChisquare,
SB_chisq_Pvalues, conf_int,
est_sig, mplusToTable,
param_label,
printResultsTable,
rbind_tables
1 | #Make me!
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.