View source: R/extractAlignment.R
extractAlignment | R Documentation |
Extracts summaries from Mplus alignment output file
extractAlignment(
file = "fixed.out",
nice.tables = FALSE,
silent = FALSE,
what = c("summary", "ranking", "comparisons", "contributions")
)
file |
filename of the Mplus alignment output file |
nice.tables |
Logical. If tables should be send to RStudio Viewer pane using 'kable' and 'kableExtra' packages. |
silent |
Logical. Used for debugging. |
what |
Character vector. What exactly to extract. Possible values: "summary", "ranking", "comparisons", "contributions", "savedata". |
A list of summary tables.
runAlignment
and extractAlignmentSim
## Not run:
align.summ <- extractAlignment("fixed.out")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.