50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


crmPack (version 1.0.0)

&,Stopping,Stopping-method: The method combining two atomic stopping rules

Description

The method combining two atomic stopping rules

Usage

# S4 method for Stopping,Stopping
&(e1, e2)

Arguments

e1

First '>Stopping object

e2

Second '>Stopping object

Value

The '>StoppingAll object

Examples

Run this code
# NOT RUN {
## Example of combining two atomic stopping rules with an AND ('&') operator

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

myStopping <- myStopping1 & myStopping2 




# }

Run the code above in your browser using DataLab