Learn R Programming

MplusAutomation (version 1.1.1)

extractSummaries_1file: Extract the summaries from one file

Description

Description: This function parses an output file for specific model details. It returns a list of model details for a single output file.

Usage

extractSummaries_1file(outfiletext, filename, input)

Value

A list of the summaries

Arguments

outfiletext

This is the output file in string form to be parsed. Passed in from extractModelSummaries.

filename

Name of the file being parsed. Used in case of bad model, prints a warning.

Examples

Run this code
# make me!!!

Run the code above in your browser using DataLab