These functions are S3 methods for working with crr()
model
results.
tbl_regression.tidycrr()
: This function sets the tidycmprsk tidier for crr()
models.
global_pvalue_fun.tidycrr()
: This function ensures that gtsummary::add_global_p(anova_fun)
uses
the Wald test by default (instead of car::Anova()
, which does not support this model type).
The Wald test is executed with cardx::ard_aod_wald_test()
, which wraps aod::wald.test()
.
# S3 method for class 'tidycrr'
tbl_regression(x, tidy_fun = tidycmprsk::tidy, ...)
# S3 method for class 'tidycrr'
global_pvalue_fun(x, type, ...)
(tidycrr
)tidycmprsk::crr()
regression object
(function
)
Tidier function for the model. Default is tidycmprsk::tidy()
.
Additional arguments passed to broom.helpers::tidy_plus_plus()
.
not used
gtsummary table or data frame of results
crr(Surv(ttdeath, death_cr) ~ age + grade, trial) |>
gtsummary::tbl_regression() |>
gtsummary::add_global_p() |>
gtsummary::as_gt()
#> 11 cases omitted due to missing values
Characteristic
log(HR)1
95% CI1
p-value
1 HR = Hazard Ratio, CI = Confidence Interval