Skip to contents

Extracts summaries from Mplus Bayesian approximate invariance output file

Usage

extractBayesDiff(file)

Arguments

file

filename of the Mplus alignment output file

Value

A summary table and a parsed difference outpout to data frame.

Examples

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