Learn R Programming

latrend (version 1.1.0)

getLcMethod: Get the method specification of a lcModel

Description

Get the method specification of a lcModel

Usage

getLcMethod(object)

Arguments

object

The lcModel object.

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