This function will make the Go/NoGo decision based on one posterior probability, Pr( \(\theta\) > MAV |data ) where \(\theta\) is the parameter of interest. Based on this probability the following decisions are made

Decision
Pr( \(\theta\) > MAV |data ) > dPUpperCutoffGo
Pr( \(\theta\) > MAV |data ) < dLowerCutoffNo Go
OtherwisePause

# S3 method for MAVOnly
MakeDecisionBasedOnPostProb(cAnalysis, lCalcs)

Arguments

cAnalysis

The analysis object.

lCalcs

a list with dPrGrtMAV, dPUpperCutoff, dLowerCutoff

Value

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

See also