extractWarningsErrors_1file {MplusAutomation} | R Documentation |
Helper function
extractWarningsErrors_1file(outfiletext, filename, input)
outfiletext |
The text of the output file |
filename |
The filename |
input |
The input |
A list with two elements
errors |
Mplus Errors |
warnings |
Mplus Warnings |
# make me!!!