base_methods_cuminc | R Documentation |
Functions for tidycuminc objects
## S3 method for class 'tidycuminc'
model.frame(formula, ...)
## S3 method for class 'tidycuminc'
model.matrix(object, ...)
formula |
a formula |
... |
not used |
object |
a tidycuminc object |
a model frame, or model matrix
fit <- cuminc(Surv(ttdeath, death_cr) ~ trt, trial)
model.matrix(fit) %>% head()
model.frame(fit) %>% head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.