
Extracts summaries from Mplus alignment output file
extractAlignment.RdExtracts summaries from Mplus alignment output file
Usage
extractAlignment(
file = "fixed.out",
nice.tables = FALSE,
silent = FALSE,
what = c("summary", "ranking", "comparisons", "contributions")
)Arguments
- 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".