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