# NOT RUN {
method <- lcMethodKML("Value")
responseVariable(method) # "Value"
method <- lcMethodLcmmGBTM(fixed = Value ~ Time, mixture = ~ Time)
responseVariable(method) # "Value"
data(latrendData)
model <- latrend(lcMethodKML("Y", id = "Id", time = "Time"), latrendData)
responseVariable(model) # "Value"
# }
Run the code above in your browser using DataLab