Learn R Programming

latrend (version 1.5.0)

getLcMethod: Get the method specification of a lcModel

Description

Get the lcMethod specification object that was used for fitting the given lcModel object.

Usage

# S4 method for lcModel
getLcMethod(object)

Value

An lcMethod object.

Arguments

object

The lcModel object.

See Also

getCall.lcModel

Examples

Run this code
method <- lcMethodRandom("Y", id = "Id", time = "Time")
model <- latrend(method, latrendData)
getLcMethod(model)

Run the code above in your browser using DataLab