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

FIX: fix the random seed as promised in the Stage 1 RR when computing the 95% CI of the manual rating bias #44

Merged
merged 3 commits into from
Feb 12, 2025

Conversation

celprov
Copy link
Contributor

@celprov celprov commented Feb 12, 2025

I have added those three lines in the beginning of the bootstrap_ci function to set the seed

bootstrap_ci <- function(data, R = 10000) {
    day <- 220830
    time <- 543417
    set.seed(day+time)

@celprov celprov requested a review from oesteban February 12, 2025 13:58
@oesteban oesteban merged commit ffca44e into main Feb 12, 2025
@oesteban oesteban deleted the fix/fix_seed branch February 12, 2025 15:00
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