ard_aod_wald_test: ARD Wald Test

View source: R/ard_aod_wald_test.R

ard_aod_wald_testR Documentation

ARD Wald Test

Description

Function takes a regression model object and calculates Wald statistical test using aod::wald.test().

Usage

ard_aod_wald_test(
  x,
  tidy_fun = broom.helpers::tidy_with_broom_or_parameters,
  ...
)

Arguments

x

regression model object

tidy_fun

(function)
a tidier. Default is broom.helpers::tidy_with_broom_or_parameters

...

arguments passed to aod::wald.test(...)

Value

data frame

Examples


lm(AGE ~ ARM, data = cards::ADSL) |>
  ard_aod_wald_test()


cardx documentation built on Sept. 11, 2024, 9:12 p.m.