View source: R/extractSaveData.R
l_getSavedata_readRawFile | R Documentation |
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
)
outfile |
The Mplus output file to be used. |
outfiletext |
The contents of the Mplus output file |
format |
A character string indicating the format. Defaults to “fixed”. |
fileName |
The name of the file |
varNames |
The names of the variables to extract, comes from the fileInfo |
varWidths |
The widths of the variables to extract, comes from the fileInfo |
input |
list of parsed Mplus input section extracted upstream in readModels |
A data frame of the extracted data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.