These tidiers can be used in ard_regression() and I think we can simply directly copy these from gtsummary into cardx
If we need to add an additional package dependency, add it to Suggests, use the cards function to check whether it's installed, and be sure to add a minimum version that is at least the version required in gtsummary.
https://www.danieldsjoberg.com/gtsummary/reference/custom_tidiers.html
pool_and_tidy_mice()
:mice::tidy(x, ...)
tidy_standardize()
:parameters::standardize_parameters(x, ...)
tidy_bootstrap()
:parameters::bootstrap_parameters(x, ...)
tidy_robust()
:parameters::model_parameters(x, ...)
These tidiers can be used in
ard_regression()
and I think we can simply directly copy these from gtsummary into cardxIf we need to add an additional package dependency, add it to Suggests, use the cards function to check whether it's installed, and be sure to add a minimum version that is at least the version required in gtsummary.