Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


MplusAutomation (version 0.6-1)

getMultilineSection: Extract a multiline section from Mplus output

Description

New approach to multiline section: retain spaces and look for next line that has identical indentation.

Usage

getMultilineSection(header, outfiletext, filename,
    allowMultiple = FALSE, allowSpace = TRUE)

Arguments

header
Header section
outfiletext
Output file text
filename
The name of the file
Logical
indicating whether to allow multiple sections. Defaults to FALSE
allowSpace
Logical indicating whether to allow spaces. Defaults to TRUE.

Value

  • A list of sections

Examples

Run this code
# make me!!!

Run the code above in your browser using DataLab