Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 tasks
ddsjoberg opened this issue Jan 24, 2024 · 1 comment

Comments

@ddsjoberg
Copy link
Collaborator

ddsjoberg commented Jan 24, 2024

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 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 ddsjoberg added the enhancement New feature or request label Jan 24, 2024
@ddsjoberg ddsjoberg added gtsummary and removed enhancement New feature or request labels Jan 31, 2024
@ddsjoberg ddsjoberg self-assigned this Apr 17, 2024
@ddsjoberg
Copy link
Collaborator Author

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant