# Generate decision table for 30% target toxicity rate
boin_bound <- get_boin_boundary(target = 0.30)
DECISION <- get_boin_decision(
target = 0.30,
lambda_e = boin_bound$lambda_e,
lambda_d = boin_bound$lambda_d,
max_sample_size = 18,
cutoff_eli = 0.95
)
print(DECISION)
Run the code above in your browser using DataLab