dlt_table | R Documentation |
Create a standard 3+3 dose-limiting toxicity table with probabilities of dose-escalation for true but unknown probabilities of experiencing toxicity.
dlt_table(prob, digits = getOption("digits"))
prob |
a vector of probabilities for event |
digits |
number of digits past the decimal point to keep |
blt_table
; pr_table
## probabilities of experiencing event
prob <- c(1, 5, 1:5 * 10) / 100
dlt_table(prob)
t(dlt_table(prob, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.