View source: R/ard_aod_wald_test.R
ard_aod_wald_test | R Documentation |
Function takes a regression model object and calculates Wald
statistical test using aod::wald.test()
.
ard_aod_wald_test(
x,
tidy_fun = broom.helpers::tidy_with_broom_or_parameters,
...
)
x |
regression model object |
tidy_fun |
( |
... |
arguments passed to |
data frame
lm(AGE ~ ARM, data = cards::ADSL) |>
ard_aod_wald_test()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.