View source: R/predict.coxme.R
predict.coxme | R Documentation |
Return predicted values from a coxme fit.
## S3 method for class 'coxme'
predict(object, newdata, type = c("lp", "risk"), ...)
object |
an object of class |
newdata |
new data set, not yet supported |
type |
type of prediction |
... |
arguments for other methods |
a vector of predicted values
coxme
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.