Learn R Programming

latrend (version 1.2.1)

getLcMethod: Get the method specification of a lcModel

Description

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

Usage

getLcMethod(object)

Arguments

object

The lcModel object.

Value

An lcMethod object.

See Also

getCall.lcModel

Examples

Run this code
# NOT RUN {
model = latrend(method=lcMethodKML("Y", id = "Id", time = "Time"), data=latrendData)
getLcMethod(model)
# }

Run the code above in your browser using DataLab