parseMplusSyntax: Convert an Mplus syntax string into a parsed list
Description
Convert an Mplus syntax string into a parsed list
Usage
parseMplusSyntax(syntax, dropSectionNames = TRUE)
Value
a parsed list of Mplus syntax
Arguments
- syntax
the character vector containing Mplus syntax
- dropSectionNames
Logical. If TRUE, section names will be dropped from the parsed list
Details
This function converts an Mplus syntax string into a list parsed into sections such as TITLE and DATA