This two outcome decision options utilizes an AND 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.

G |PPG
Outcome 2P |PPP
NG|NGPP
------------
NGPG
Outcome 1

# S3 method for TwoOutcomeOption2
MakeDecision(lDecision, lResAnalysis, bFinalAnalysis, cRandomizer)

See also