model.frame.coxex | R Documentation |
Access to the model components and data for the coxex class.
## S3 method for class 'coxex'
model.frame(formula, type = c("model_frame", "data", "surv"), ...)
formula |
a coxex object. |
type |
the output type: 'model_frame' returns a model frame, 'data' return the data fame used for model construction, 'surv' accesses the survival object. |
... |
extra arguments, currently none. |
a data frame or a survival object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.