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

Confidence intervals on R #10

Open
annecori opened this issue May 29, 2019 · 1 comment
Open

Confidence intervals on R #10

annecori opened this issue May 29, 2019 · 1 comment

Comments

@annecori
Copy link
Collaborator

Can we add this?
I think this should do it:

R$R_grid[min(which(cumsum(R$R_like / sum(R$R_like)) - 0.025 >=0))]
R$R_grid[min(which(cumsum(R$R_like / sum(R$R_like)) - 0.975 >=0))]
@thibautjombart
Copy link
Contributor

Good idea!

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

3 participants