Skip to content

Commit

Permalink
FT: #60 vignette 3.1 using NUM_COVG_REPS = 1000, n = 300
Browse files Browse the repository at this point in the history
  • Loading branch information
shamindras committed Apr 19, 2021
1 parent c3c7fff commit df676de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ devtools::load_all()

# Global variables --------------------------------------------------------
set.seed(35542)
NUM_COVG_REPS <- 500 # Number of coverage replications
NUM_OBS <- 1000
NUM_COVG_REPS <- 1000 # Number of coverage replications
NUM_OBS <- 300

# Create grid sequences ---------------------------------------------------
# For empirical bootstrap parameters i.e. B*m
# Create individual sequences of grid values to cross join
# TODO: Need to add replace = {TRUE/FALSE} values once we add subsampling
out_crossing <- purrr::cross2(
.x = seq(from = 20, to = 200, by = 20),
.y = seq(from = 250, to = 1000, by = 250),
.x = seq(from = 20, to = 100, by = 20),
.y = c(20, 30, 50, 100, 200, 300),
.filter = `==`
) %>%
purrr::map(purrr::set_names, c("B", "m"))
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df676de

Please sign in to comment.