output_section
Fetch verbatim sections from Mplus .out files, such as TECH1 or residuals, when summaries omit details. Omit the section argument to list available sections.
Instructions
Return one section of an .out file verbatim, for anything the summary does not parse - TECH1, TECH4, residuals, sample statistics, random-start loglikelihoods. Call without section to list the sections in the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Section heading, or part of one, e.g. 'TECH1'. Omit to list them. | |
| out_path | Yes | Path to the .out file. | |
| max_chars | No | Characters to return. |