Learn R Programming

MplusAutomation (version 1.1.1)

createModels: Create Mplus Input Files from Template

Description

The createModels function processes a single Mplus template file and creates a group of related model input files. Definitions and examples for the template language are provided in the MplusAutomation vignette and are not duplicated here at the moment. See this documentation: vignette("Vignette", package="MplusAutomation")

Usage

createModels(templatefile)

Value

No value is returned by this function. It is solely used to process an Mplus template file.

Arguments

templatefile

The filename (absolute or relative path) of an Mplus template file to be processed. Example “C:/MplusTemplate.txt”

Author

Michael Hallquist

Examples

Run this code
if (FALSE) {
  createModels("L2 Multimodel Template No iter.txt")
}

Run the code above in your browser using DataLab