dlt_table: DLT table

View source: R/tables.R

dlt_tableR Documentation

DLT table

Description

Create a standard 3+3 dose-limiting toxicity table with probabilities of dose-escalation for true but unknown probabilities of experiencing toxicity.

Usage

dlt_table(prob, digits = getOption("digits"))

Arguments

prob

a vector of probabilities for event

digits

number of digits past the decimal point to keep

See Also

blt_table; pr_table

Examples

## probabilities of experiencing event
prob <- c(1, 5, 1:5 * 10) / 100

dlt_table(prob)
t(dlt_table(prob, 3))


raredd/desmon2 documentation built on Feb. 9, 2023, 12:09 p.m.