powered by
Functions for tidycrr objects
# S3 method for tidycrr coef(object, ...)# S3 method for tidycrr vcov(object, ...)# S3 method for tidycrr model.matrix(object, ...)# S3 method for tidycrr model.frame(formula, ...)# S3 method for tidycrr terms(x, ...)
# S3 method for tidycrr vcov(object, ...)
# S3 method for tidycrr model.matrix(object, ...)
# S3 method for tidycrr model.frame(formula, ...)
# S3 method for tidycrr terms(x, ...)
coef vector, model matrix, model frame, terms object
not used
a formula
a tidycrr object
mod <- crr(Surv(ttdeath, death_cr) ~ age + grade, trial) coef(mod) model.matrix(mod) %>% head() model.frame(mod) %>% head() terms(mod)
Run the code above in your browser using DataLab