insightsengineering / cardx

R Package to Supplement ARD Functions Found in {cards}
https://insightsengineering.github.io/cardx/
Other
14 stars 2 forks source link

ARD for standardized regression coefs, bootstrapped SEs, pooled regression results from MICE models, robust standard errors #14

Open ddsjoberg opened 9 months ago

ddsjoberg commented 9 months ago

https://www.danieldsjoberg.com/gtsummary/reference/custom_tidiers.html

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.

ddsjoberg commented 2 months ago

I don't think this is the right place for these functions....let's keep the issue open until we identify the best place to keep them...