This function is split out so that getSaveData_Fileinfo
is
exposed to the user, but the parsing function can be used by
readModels
l_getSavedata_Fileinfo(outfile, outfiletext, summaries)
A list that includes:
The name of the file containing the analysis dataset created by the Mplus SAVEDATA command.
A character vector containing the names of variables in the dataset.
A character vector containing the Fortran-style formats of variables in the dataset.
A numeric vector containing the widths of variables in the dataset (which is stored in fixed-width format).
The name of the BPARAMETERS file containing draws from the posterior distribution created by the Mplus SAVEDATA BPARAMETERS command.
A character vector containing the names of variables in the BPARAMETERS dataset.
A character vector of the tech 3 output.
A character vector of the tech 4 output.
A character string giving the name of the Mplus output file.
The contents of the output file, for example as read by scan
getSavedata_Data