Learn R Programming

⚠️There's a newer version (4.5.1) of this package.Take me there.

Sequential (version 3.0.1)

Exact Sequential Analysis for Poisson and Binomial Data

Description

Functions to calculate exact critical values, statistical power, expected time to signal, and required sample sizes for performing exact sequential analysis. All these calculations can be done for either Poisson or binomial data, for continuous or group sequential analyses, and for different types of rejection boundaries. In case of group sequential analyses, the group sizes do not have to be specified in advance and the alpha spending can be arbitrarily settled.

Copy Link

Version

Install

install.packages('Sequential')

Monthly Downloads

1,573

Version

3.0.1

License

GPL-2

Maintainer

Ivair Silva

Last Published

February 8th, 2019

Functions in Sequential (3.0.1)

CV.Binomial

Calculates exact critical values for continuous sequential analysis with binomial data.
AnalyzeSetUp.Poisson

Function to set up input parameters before using the Analyze.Poisson function for the first time.
AnalyzeSetUp.Binomial

Function to set up input parameters before using the Analyze.Binomial function for the first time.
AnalyzeSetUp.wBinomial

Function to set up input parameters before using the Analyze.wBinomial function for the first time.
SampleSize.CondPoisson

Sample size calculation for the continuous sequential CMaxSPRT for Poisson data with limited information from historical cohort.
SampleSize.Poisson

Sample size calculation for continuous sequential analysis with Poisson data.
CV.CondPoisson

Critical values for continuous sequential CMaxSPRT for Poisson data with limited information from historical cohort.
Performance.Binomial

Statistical power, expected time to signal and expected sample size for continuous sequential analysis with binomial data.
CV.G.Binomial

Calculates exact critical values for group sequential analysis with binomial data.
Performance.CondPoisson

Statistical power, expected time to signal and expected sample size for the continuous sequential CMaxSPRT for Poisson data with limited information from historical cohort.
AnalyzeSetUp.CondPoisson

Function to set up input parameters before using the Analyze.CondPoisson function for the first time.
Performance.G.Binomial

Statistical power, expected time to signal and expected sample size for group sequential analysis for binomial data.
CV.G.Poisson

Critical values for group sequential analysis with Poisson data.
Analyze.Poisson

Function to conduct group sequential analyses for Poisson data without the need to know group sizes a priori.
Analyze.Binomial

Function for group sequential analyses for binomial data, without the need to know group sizes a priori.
Analyze.wBinomial

Function for group sequential analyses of multiple weighted binomial endpoints, without the need to know group sizes a priori.
Performance.Poisson

Calculates statistical power, expected time to signal and expected sample size for continuous sequential analysis with Poisson data.
Performance.G.Poisson

Calculates statistical power, expected time to signal and expected sample size for group sequential analysis with Poisson data.
Analyze.CondPoisson

Function to conduct group sequential analyses for conditional Poisson data without the need to know group sizes a priori.
CV.Poisson

Critical values for continuous sequential analysis with Poisson data.
SampleSize.Binomial

Sample size calculation for continuous sequential analysis with binomial data.
Optimal.Binomial

Optimal alpha spending for minimizing expected time to signal for continuous and group sequential analysis with binomial data.
Sequential-package

Analysis Support, Critical Values, Power, Time to Signal and Sample Size for Sequential Analysis with Poisson and Binomial Data.