Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

or-Stopping-Stopping

The method combining two atomic stopping rules


Description

The method combining two atomic stopping rules

Usage

## S4 method for signature 'Stopping,Stopping'
e1 | e2

Arguments

e1

First Stopping object

e2

Second Stopping object

Value

The StoppingAny object

Examples

## Example of combining two atomic stopping rules with an OR ('|') operator

myStopping1 <- StoppingMinCohorts(nCohorts=3)
myStopping2 <- StoppingTargetProb(target=c(0.2, 0.35),
                                  prob=0.5)

myStopping <- myStopping1 | myStopping2

crmPack

Object-Oriented Implementation of CRM Designs

v1.0.0
GPL (>= 2)
Authors
Daniel Sabanes Bove [aut], Wai Yin Yeung [aut], Giuseppe Palermo [aut, cre], Thomas Jaki [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.