You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: