Learn R Programming

GNGTools (version 1.0.0)

make.ts.bin.int.dec.df: Make two-sample binary interim decision table

Description

Make two-sample binary interim decision table

Usage

make.ts.bin.int.dec.df(DecisionTable)

Value

a simplified table showing the go/nogo thresholds for each number of control successes.

Arguments

DecisionTable

the results from get.ts.bin.int.dec

Examples

Run this code
my.ts.bin.int.dec <- get.ts.bin.int.dec()
my.ts.bin.int.dec.df <- make.ts.bin.int.dec.df(DecisionTable = my.ts.bin.int.dec)
head(my.ts.bin.int.dec.df)

Run the code above in your browser using DataLab