This function will make the Go/NoGo decision based on two posterior probabilities Pr( \(\theta\) > MAV |data ) and Pr( \(\theta\) > TV | data ) where \(\theta\) is the parameter of interest.

Pr( \(\theta\) > MAV ) > dMAVCutoff|Pr( \(\theta\) > MAV) <= dMAVCutoff
-------------------------------------|-------------------------------------
Pr( \(\theta\) > TV ) > dTVCutoffGo|Pause
-------------------------------------|-------------------------------------
Pr( \(\theta\) > TV ) <= dTVCutoffPause|No Go

# S3 method for default
MakeDecisionBasedOnPostProb(cAnalysis, lCalcs)

Arguments

cAnalysis

The analysis object.

lCalcs

a list with dPrGrtTV, dPrGrtMAV, dMAVCutoff, dTVCutoff

Value

Return List of ( nGo, nNoGo, nPause ). Only one of the elements should be 1 to reflect the decision.

See also