Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Jul 23, 2024
1 parent 436c35b commit 8f893c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/gtsummary_s3_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' - `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 the aod package via `cardx::ard_aod_wald_test()`.
#' The Wald test is executed with `cardx::ard_aod_wald_test()`, which wraps `aod::wald.test()`.
#'
#' @param x (`tidycrr`)\cr
#' `tidycmprsk::crr()` regression object
Expand Down
2 changes: 1 addition & 1 deletion man/gtsummary_s3_methods.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f893c6

Please sign in to comment.