createVarSyntax {MplusAutomation} | R Documentation |
Create Mplus syntax for variable names
Description
This is a simple function designed to take a dataset in R
and translate it into a set of variable names for Mplus.
Usage
createVarSyntax(data)
Arguments
data |
An |
Value
A character vector of the variable names for Mplus
See Also
Examples
MplusAutomation:::createVarSyntax(mtcars)
[Package MplusAutomation version 1.1.1 Index]