createVarSyntax: Create Mplus syntax for variable names

View source: R/prepareMplusData.R

createVarSyntaxR 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 R dataset.

Value

A character vector of the variable names for Mplus

See Also

prepareMplusData

Examples

MplusAutomation:::createVarSyntax(mtcars)

michaelhallquist/MplusAutomation documentation built on March 14, 2024, 11:03 a.m.