Learn R Programming

coxme (version 2.2-5)

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"))

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

Value

a vector of predicted values

See Also

coxme