This two outcome decision options makes if GO if either outcome is a Go and makes a No Go if BOTH outcomes are a No Go, otherwise a Pause is made. 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 |GGG
Outcome 2P |PPG
NG|NGPG
------------
NGPG
Outcome 1

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

See also