powered by
Evaluates the data call in the environment that the model was trained in.
# S3 method for lcModel model.data(object, ...)
The full data.frame that was used for fitting the lcModel.
data.frame
lcModel
The lcModel object.
Additional arguments.
model.frame.lcModel time.lcModel
data(latrendData) method <- lcMethodLMKM(Y ~ Time, id = "Id", time = "Time") model <- latrend(method, latrendData) model.data(model)
Run the code above in your browser using DataLab