Learn R Programming

MplusAutomation (version 1.0.0)

createVarSyntax: 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 R dataset.

Value

A character vector of the variable names for Mplus

See Also

prepareMplusData

Examples

Run this code
# NOT RUN {
MplusAutomation:::createVarSyntax(mtcars)
# }

Run the code above in your browser using DataLab