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

Revise the way we calculate % in ROPE (SGPV) for frequentist models? #849 #850

Closed
wants to merge 15 commits into from

Conversation

strengejacke
Copy link
Member

@bwiernik
Copy link
Contributor

My preference for both freq and Bayesian would be to default to computing as the proportion of the posterior that's in the ROPE (so rope_ci = 1). That would make the % be 1 - the equivalence test p value IIRC

@strengejacke
Copy link
Member Author

I think this doesn't work right now. We have this code, with hardcoded 3.28:

  x <- bayestestR::distribution_normal(
    n = 1000,
    mean = ci_range[2] - (diff_ci / 2),
    sd = diff_ci / 3.28
  )

I guess this works approximately only for 95% CI, not for others...

@strengejacke strengejacke deleted the revise_rope_coverage branch March 3, 2023 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants