Learn R Programming

MplusAutomation (version 1.1.1)

extractParameters_1section: Extract Parameters for One Section

Description

To do: add details

Usage

extractParameters_1section(filename, modelSection, sectionName)

Value

A list of parameters

Arguments

filename

name of Mplus output file being processed

modelSection

name of model output section being processed

sectionName

name of output type to search for (e.g., "model_results")

Examples

Run this code
if (FALSE) {
  #a few examples of files to parse
  #mg + lc. Results in latent class pattern, not really different from
  #         regular latent class matching. See Example 7.21
  #mg + twolevel. Group is top, bw/wi is 2nd. See Example 9.11
  #lc + twolevel. Bw/wi is top, lc is 2nd. See Example 10.1.
  #               But categorical latent variables is even higher
  #test cases for more complex output: 7.21, 9.7, 9.11, 10.1
}

Run the code above in your browser using DataLab