Extracts DIFF alignment results from Mplus output string
Usage
extractAlfDiff(input, file = T)
Arguments
- input
Mplus output either as a single string or filename
- file
Logical. If TRUE, `input` is treated as a filename.
Details
Mplus input file has to include the 'align;' in the OUTPUT section and 'DIFF()' statements in the 'Model prior' section.
Examples
# b.string = readLines("fixed.out")
# alf.out = getAlfDiff(b.string)