| &,Stopping,Stopping-method | R Documentation |
The method combining two atomic stopping rules.
## S4 method for signature 'Stopping,Stopping'
e1 & e2
e1 |
( |
e2 |
( |
The StoppingAll object.
## 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.