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

issue with bootstrap anchored #134

Open
MikeJSeo opened this issue Aug 5, 2024 · 1 comment
Open

issue with bootstrap anchored #134

MikeJSeo opened this issue Aug 5, 2024 · 1 comment
Assignees
Milestone

Comments

@MikeJSeo
Copy link
Collaborator

MikeJSeo commented Aug 5, 2024

  • bucher function does not work when it is inside stat_fun for anchored.
  • If the function is called outside, it seems to work.

Try adding the following code in maic_anchored.R

print("trial")
AC_bootstrap <- list(est = res_AC$est, se = sd(boot_res$t[,4]))
weighted_bucher_bootstrap <- bucher(AC_bootstrap, res_BC)
print(exp(weighted_bucher_bootstrap$ci_l))
print(exp(weighted_bucher_bootstrap$ci_u))
print("end trial")
image

We get correct confidence interval when you do this. Confidence interval is very similar to robust C.I.

@gravesti gravesti self-assigned this Aug 12, 2024
@gravesti
Copy link
Contributor

Try just using AvB point estimate

@hoppanda hoppanda added this to the v0.1 milestone Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants