Learn R Programming

MplusAutomation (version 1.1.1)

lookupTech1Parameter: Lookup the matrix element for a give parameter number

Description

The lookupTech1Parameter function identifies the position in the Mplus model matrices corresponding to a given parameter defined in the TECHNICAL 1 PARAMETER SPECIFICATION OUTPUT. The goal of this function is to aid in identifying problematic parameters often printed in the warnings and errors section of Mplus output.

Usage

lookupTech1Parameter(tech1Output, paramNumber)

Value

A data.frame containing the row(s) and column(s) of TECH1 parameter specification matching the requested paramNumber.

Arguments

tech1Output

The object corresponding to the TECH1 parameter specification from readModels.

paramNumber

The parameter number to lookup

Author

Michael Hallquist

See Also

readModels

Examples

Run this code
if (FALSE) {
  models <- readModels("test1.out")
  param <- lookupTech1Parameter(models$tech1, 16)
}

Run the code above in your browser using DataLab