residuals.coxex | R Documentation |
Retrieves model residuals and predicted values.
A wrapper around augment
.
## S3 method for class 'coxex'
residuals(object, ...)
## S3 method for class 'coxex'
resid(object, ...)
object |
a coxex object. |
... |
additional arguments passed to |
a data frame with the predicted values, residuals and expected normal values for the residuals.
Therneau, T. M. & Grambsch, P. M. Modeling Survival Data: Extending the Cox Model. (Springer Verlag, 2000).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.