Duration of trials.
Get the length of time that trials take to recruit all patients.
trial_duration(x, ...)
x |
Object of type |
... |
arguments passed to other methods |
vector of numerical times
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.