find_decision_table: Find Decision Table

View source: R/find_decision_table.R

find_decision_tableR Documentation

Find Decision Table

Description

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.

Usage

decision_table = find_decision_table(15) #returns `decision_table15` into `decision_table` variable

Arguments

dose_samp_size

Sample size to extract decision table for

Value

A matrix containing the correct decision table


jiyingz/clinicalMPI documentation built on Jan. 19, 2024, 5:58 a.m.