View source: R/alignmentsupportfnc.R
mplussplit | R Documentation |
Split a Mplus output into multiple parts.
mplussplit(outpath = outpath, inputfile = inputfile)
outpath |
usually set up as in the folder name Output_date of running the program |
inputfile |
string of file path and Mplus output filename. It should be separated by / or \ |
In order for the program to work, a Mplus output must have these parts: 1. INPUT INSTRUCTIONS 2. SUMMARY OF ANALYSIS 3. MODEL FIT INFORMATION 4. MODEL RESULTS 5. ALIGNMENT OUTPUT 6. SAVEDATA INFORMATION Six files, including ext1_input instructions.txt, ext2_summary of analysis.txt, ext3_model fit information.txt, ext4_model results.txt, ext5_alignment output.txt, and ext6_savedata information.txt respectively will be generated and stored in the folder Output_date of running the program at the current working directory.
Six output text files from an original Mplus output
Hai Nguyen hnguye72@uic.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.