From 8f893c6869c220a865e2dab1ce968670d079a681 Mon Sep 17 00:00:00 2001 From: Daniel Sjoberg Date: Tue, 23 Jul 2024 15:33:41 -0700 Subject: [PATCH] doc update --- R/gtsummary_s3_methods.R | 2 +- man/gtsummary_s3_methods.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/gtsummary_s3_methods.R b/R/gtsummary_s3_methods.R index 1cfc0b5..6626980 100644 --- a/R/gtsummary_s3_methods.R +++ b/R/gtsummary_s3_methods.R @@ -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 diff --git a/man/gtsummary_s3_methods.Rd b/man/gtsummary_s3_methods.Rd index 41b948d..b44a37d 100644 --- a/man/gtsummary_s3_methods.Rd +++ b/man/gtsummary_s3_methods.Rd @@ -31,7 +31,7 @@ results. \item \code{tbl_regression.tidycrr()}: This function sets the tidycmprsk tidier for \code{crr()} models. \item \code{global_pvalue_fun.tidycrr()}: This function ensures that \code{gtsummary::add_global_p(anova_fun)} uses the Wald test by default (instead of \code{car::Anova()}, which does not support this model type). -The Wald test is executed with the aod package via \code{cardx::ard_aod_wald_test()}. +The Wald test is executed with \code{cardx::ard_aod_wald_test()}, which wraps \code{aod::wald.test()}. } } \examples{