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

Reconsider rounding in outputs and reporting tables #101

Open
4 tasks
gravesti opened this issue May 21, 2024 · 1 comment · May be fixed by #139
Open
4 tasks

Reconsider rounding in outputs and reporting tables #101

gravesti opened this issue May 21, 2024 · 1 comment · May be fixed by #139
Assignees

Comments

@gravesti
Copy link
Contributor

gravesti commented May 21, 2024

Consider R/maic_unanchored.R around #422
eg tmp_report_table_binary <- paste0(format(round(..., 2), nsmall = 2)

          Digits is fixed to 2. If user wants 3 digits, there's no way to retrieve it.

Can you return the original calculated confidence interval/standard error
i.e. boot_res_AB and res_AB

Originally posted by @MikeJSeo in #93 (comment)

  • review "raw" calculated values, including CI and p-values, tests
  • classes for list of wrapper function output = "raw" values
  • print methods for nice printing of raw values
  • summary methods for rounding and formatting for reports
@gravesti
Copy link
Contributor Author

@hoppanda @MikeJSeo
To review raw format and printed/summary format:

  • estimate, sd, var, ci upper, ci lower

  • remove p-values in bootstrap?

    • Only report p-values where they are correct, consistent and meaningful!
    • Describe which test the p-value comes from

@gravesti gravesti assigned gravesti and hoppanda and unassigned gravesti Jun 28, 2024
@hoppanda hoppanda linked a pull request Sep 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

2 participants