| predict.CoxModel | R Documentation |
Predict method for CoxModel
## S3 method for class 'CoxModel'
predict(object, newdata, k = 1, ...)
object |
A |
newdata |
Query data of class data.frame |
k |
Number of similar cases to return |
... |
Additional arguments (currently unused) |
A data.frame of similar cases
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.