Skip to contents

Extracts 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".

Value

A list of summary tables.

Examples

if (FALSE) { # \dontrun{  
   align.summ <- extractAlignment("fixed.out") 
   } # }