Learn R Programming

escalation (version 0.1.10)

trial_duration: Duration of trials.

Description

Get the length of time that trials take to recruit all patients.

Usage

trial_duration(x, ...)

Value

vector of numerical times

Arguments

x

Object of type simulations.

...

arguments passed to other methods

Examples

Run this code
true_prob_tox <- c(0.12, 0.27, 0.44, 0.53, 0.57)
sims <- get_three_plus_three(num_doses = 5) %>%
  simulate_trials(num_sims = 50, true_prob_tox = true_prob_tox)
sims %>% trial_duration

Run the code above in your browser using DataLab