MakeDecision.TwoOutcomeOption1 | R Documentation |
This two outcome decision options utilizes modified OR between two outcomes. For each outcome you make a decision Go (G), Pause (P) or No Go (NG) and when the two outcomes are combined the following tabled describes how decisions will be made. If either outcome is a G then then the decision is a Go, if it is NOT a Go then if either is a NG the decision is a NG. If both are a P then the decision is a P.
G | | G | G | G | |
Outcome 2 | P | | NG | P | G |
NG| | NG | NG | G | |
--- | --- | --- | --- | |
NG | P | G | ||
Outcome 1 | ||||
## S3 method for class 'TwoOutcomeOption1'
MakeDecision(lDecision, lResAnalysis, bFinalAnalysis, cRandomizer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.