Skip to contents

Note

  • The data sets used below are included in the sprtt package. Thus, the data sets are available when the package is loaded.

  • In the R code sections:

    • # comment: is a comment
    • function(): is R code
    • #> results of function(): is console output

Overview

The sprtt package is a sequential probability ratio tests toolbox (sprtt). This vignette demonstrates the usage of the package using the seq_ttest() function and all arguments with short examples. The theoretical background of the sequential t-test will not be covered by this vignette.