getSavedata_Data: Load an analysis dataset from the SAVEDATA command into an R...

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/extractSaveData.R

Description

This function reads an analysis dataset generated by the Mplus SAVEDATA command and returns an R data.frame object.

Usage

1

Arguments

outfile

required. The name of the Mplus output file to read. Can be an absolute or relative path. If outfile is a relative path or just the filename, then it is assumed that the file resides in the working directory getwd().

Value

a data.frame containing the analysis dataset generated by the SAVEDATA command.

Note

Note that the outfile parameter should refer to the Mplus output file (.out extension), not the actual dataset generated by SAVEDATA. This function reads information about the dataset from the .out file and loads the dataset accordingly.

Author(s)

Michael Hallquist

See Also

getSavedata_Fileinfo

Examples

1
2
3
4
## Not run: 
savedat <- getSavedata_Data("C:/Program Files/Mplus/Test Output.out")

## End(Not run)

MplusAutomation documentation built on May 2, 2019, 5:55 p.m.