This function is used by other extractor functions that read particular types of saved data such as factor scores or iterations from an MCMC chain.
l_getSavedata_readRawFile(
outfile,
outfiletext,
format = "fixed",
fileName,
varNames,
varWidths,
input
)
A data frame of the extracted data.
The Mplus output file to be used.
The contents of the Mplus output file
A character string indicating the format. Defaults to “fixed”.
The name of the file
The names of the variables to extract, comes from the fileInfo
The widths of the variables to extract, comes from the fileInfo
list of parsed Mplus input section extracted upstream in readModels