Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

prob_recommend

Probability of recommendation


Description

Get the probabilities that each of the doses under investigation is recommended.

Usage

prob_recommend(x, ...)

Arguments

x

Object of type simulations.

...

arguments passed to other methods

Value

vector of probabilities

Examples

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 %>% prob_recommend

escalation

Modular Approach to Dose Finding Clinical Trials

v0.1.4
GPL (>= 3)
Authors
Kristian Brock [aut, cre] (<https://orcid.org/0000-0002-3921-0166>)
Initial release
2020-10-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.