View source: R/extractParameters.R
extractParameters_1section | R Documentation |
To do: add details
extractParameters_1section(filename, modelSection, sectionName)
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") |
A list of parameters
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.