Description Usage Arguments Value Author(s) See Also Examples
Takes an mplusModel object returned by readModels, and formats it as
a publication-ready table.
1 2  | printResultsTable(mplusModel, parameters = "unstandardized",
  keepCols = c("label", "est_sig", "confint"), 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   | 
keepCols | 
 A character vector of columns to retain from the results
section. Standard column names are
  | 
digits | 
 Number of digits to round to when formatting columns.
  | 
... | 
 Logical expressions used to filter the rows of results returned.  | 
A data.frame of formatted Mplus results.
Caspar J. van Lissa
Other Mplus functions: MplusConstrainModels,
SBChisquare,
SB_chisq_Pvalues, conf_int,
corTable, est_sig,
mplusToTable, param_label,
rbind_tables
1  | #Make me!
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.