getProbabilities: Function that calculates the cumulative probabilities to...

Description Usage Arguments Value Examples

Description

Calculates the cumulative probabilities to declare efficacy and futility under the null hypothesis and the alternative hypothesis. It also returns the p-values for declaring efficacy and futility.

Usage

1
getProbabilities(theObject)

Arguments

theObject

The sequential design object

Value

numeric

Examples

1
2
design1<-sequential.design()
probs<-getProbabilities(design1)

seqmon documentation built on Sept. 5, 2020, 1:06 a.m.