Skip to content

Commit

Permalink
Run fewer iterations in run_simulations example
Browse files Browse the repository at this point in the history
Closes #143
  • Loading branch information
NeuroShepherd committed Jul 29, 2024
1 parent 2a15f8e commit bc600b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/run_simulations.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' sample_prob = c(0.5, 0.5),
#' prob0 = c(0.1, 0.2, 0.3, 0.4),
#' prob1 = c(0.6, 0.2, 0.1, 0.1),
#' niter = 100
#' niter = 50
#' )
#'
run_simulations <- function(sample_size, sample_prob, prob0, prob1, niter, included = "all",
Expand Down

0 comments on commit bc600b7

Please sign in to comment.