mplusModel: Create an mplusModel object for a given model

View source: R/mplusModel.R

mplusModelR Documentation

Create an mplusModel object for a given model

Description

Create an mplusModel object for a given model

Usage

mplusModel(syntax = NULL, data = NULL, inp_file = NULL, read = TRUE)

Arguments

syntax

a character vector of Mplus input syntax for this model

data

a data.frame to be used for estimating the model

inp_file

the location of .inp file for this model

read

If TRUE and the .out file already exists, read the contents of the .out file using 'readModels'

Value

a 'mplusModel_r6' object containing information about the model


michaelhallquist/MplusAutomation documentation built on June 15, 2025, 9:48 a.m.