powered by
Extract the call that was used to fit the given lcModel object.
call
lcModel
# S3 method for lcModel getCall(x, ...)
The lcModel object.
Not used.
A call to latrend() with the necessary arguments and data.
latrend()
stats::getCall getLcMethod
# NOT RUN { data(latrendData) method <- lcMethodRandom("Y", id = "Id", time = "Time") model <- latrend(method, latrendData) getCall(model) # }
Run the code above in your browser using DataLab