extractParameters_1section {MplusAutomation} | R Documentation |
Extract Parameters for One Section
Description
To do: add details
Usage
extractParameters_1section(filename, modelSection, sectionName)
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") |
Value
A list of parameters
Examples
## Not run:
#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
## End(Not run)
[Package MplusAutomation version 1.1.1 Index]