predict.cat_cox | R Documentation |
This function calculates the linear predictor (LP) for new data points based on a fitted Cox proportional hazards model.
## S3 method for class 'cat_cox'
predict(object, newdata = NULL, ...)
object |
A fitted model object of class |
newdata |
An optional data frame with new predictor values. If |
... |
Additional arguments passed to other functions. |
A vector of linear predictor values for the specified new data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.