powered by
Function takes a regression model object and converts it to a ARD structure using the broom.helpers package.
broom.helpers
ard_regression(x, ...)# S3 method for default ard_regression(x, tidy_fun = broom.helpers::tidy_with_broom_or_parameters, ...)
# S3 method for default ard_regression(x, tidy_fun = broom.helpers::tidy_with_broom_or_parameters, ...)
data frame
regression model object
Arguments passed to broom.helpers::tidy_plus_plus()
broom.helpers::tidy_plus_plus()
(function) a tidier. Default is broom.helpers::tidy_with_broom_or_parameters
function
broom.helpers::tidy_with_broom_or_parameters
lm(AGE ~ ARM, data = cards::ADSL) |> ard_regression(add_estimate_to_reference_rows = TRUE)
Run the code above in your browser using DataLab