View source: R/make_decision_table.R
make_decision_table | R Documentation |
Produces the pre-smoothed decision table for a certain dose sample size using given parameters and thresholds. The decision table should be generalizable to any dose level. Safety is valued over efficacy, so any estimates exceeding the toxicity tolerance will call for de-escalation.
IMPORTANT: The decision table must be named in the following format to run simulations: "decision_table#" where #=N.
make_decision_table(15, PF = 0.2, PF_tolerance = 0.05, eta = 0.8, PT = 0.2, PT_tolerance = 0.05, zeta = 0.8)
N |
Number of patients tested at a dose |
PF |
Target tolerable futility probability |
PF_tolerance |
Half-length of futility equivalence interval (epsilon_F) |
eta |
Upper futility threshold beyond which invokes the futility rule |
PT |
Target tolerable toxicity probability |
PT_tolerance |
Half-length of toxicity equivalence interval (epsilon_T) |
zeta |
Upper toxicity threshold beyond which invokes the safety rule |
A matrix containing the decision table. Futility counts are on the row axis, and toxicity counts are on the column axis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.