Skip to content

Commit

Permalink
drop burn-in budget slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Feb 7, 2025
1 parent a7baf47 commit 68954cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions R/SimSolve.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
#' indicating the number of replication to
#' use for each design condition per PBA iteration. By default the input is a
#' \code{list} with the arguments \code{burnin.iter = 15L}, specifying the number
#' of burn-in iterations to used, \code{burnin.reps = 100L} to indicate how many
#' of burn-in iterations to used, \code{burnin.reps = 50L} to indicate how many
#' replications to use in each burn-in iteration, \code{max.reps = 500L} to
#' prevent the replications from increasing higher than this number,
#' \code{min.total.reps = 9000L} to avoid termination when very few replications
#' have been explored (lower bound of the replication budget),
#' and \code{increase.by = 10L} to indicate how many replications to increase
#' after the burn-in stage. Default can overwritten by explicit definition (e.g.,
#' per iteration after the burn-in stage. Default can overwritten by explicit definition (e.g.,
#' \code{replications = list(increase.by = 25L)}).
#'
#' Vector inputs can specify the exact replications for each respective
Expand Down Expand Up @@ -463,7 +463,7 @@
#'
#' }
SimSolve <- function(design, interval, b, generate, analyse, summarise,
replications = list(burnin.iter = 15L, burnin.reps = 100L,
replications = list(burnin.iter = 15L, burnin.reps = 50L,
max.reps = 500L, min.total.reps = 9000L,
increase.by = 10L),
integer = TRUE, formula = y ~ poly(x, 2), family = 'binomial',
Expand Down
1 change: 0 additions & 1 deletion SimDesign.Rproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Version: 1.0
ProjectId: ce66594f-c677-4915-8d16-61eeb96d879c

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
6 changes: 3 additions & 3 deletions man/SimSolve.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68954cc

Please sign in to comment.