predict.mcb.coxph.penal | R Documentation |
Compute fitted values and regression terms for a model fitted by coxph
## S3 method for class 'mcb.coxph.penal' predict(object, newdata, ...)
object |
the results of a coxph fit. |
newdata |
Optional new data at which to do predictions. If absent predictions are for the data frame used in the original fit. When coxph has been called with a formula argument created in another context, i.e., coxph has been called within another function and the formula was passed as an argument to that function, there can be problems finding the data set. See the note below. |
... |
other parameters pass to predict.coxph |
prediction values of regression.
Xin Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.