extractAlignment: Extracts summaries from Mplus alignment output file

View source: R/extractAlignment.R

extractAlignmentR Documentation

Extracts summaries from Mplus alignment output file

Description

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

Value

A list of summary tables.

See Also

runAlignment and extractAlignmentSim

Examples

## Not run:   
   align.summ <- extractAlignment("fixed.out") 
   
## End(Not run)

MaksimRudnev/MIE.package documentation built on March 5, 2024, 1:24 p.m.