predict.coxme: Predictions for a coxme object.
Description
Return predicted values from a coxme fit.
Usage
# S3 method for coxme
predict(object, newdata, type = c("lp", "risk"), ...)
Value
a vector of predicted values
Arguments
- object
an object of class coxme
,
from the fit of a mixed effects survival model
- newdata
new data set, not yet supported
- type
type of prediction
- ...
arguments for other methods