View source: R/find_decision_table.R
find_decision_table | R Documentation |
Given the dose sample size, choose the right (pre-calculated) decision table to get decision from.
Decision tables are created using make_decision_table()
and must be named "decision_table#" where #=N.
Variable is read from current environment, so decision table must be loaded.
decision_table = find_decision_table(15) #returns `decision_table15` into `decision_table` variable
dose_samp_size |
Sample size to extract decision table for |
A matrix containing the correct decision table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.