Skip to content

Commit 557d79d

Browse files
committed
disable testing of bayesian dose selection
1 parent e5f45ab commit 557d79d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

R/interim.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,10 @@ dose_selection_and_ssre <- function(dat_int, n_pln, n_max, trt_ref, trt_active,
158158
#' trt_active = trt_active, gamma = 0.98)
159159
#'
160160
#' # Bayesian approach for dose selection
161+
#' \dontrun{
161162
#' dose_selection(dat_int = dat_int, n_pln = 150, trt_ref = trt_ref,
162163
#' trt_active = trt_active, method = "bayes")
164+
#' }
163165
#' @export
164166
#'
165167
#' @importFrom rlang .data

man/dose_selection.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)