View source: R/GetBayesianCutoffs.R
GetBayesianCutoffs.MAVTarget | R Documentation |
This function is the same as GetBayesianCutoffs.MAVOnly as MAVTarget inheirts from MAVOnly
## S3 method for class 'MAVTarget'
GetBayesianCutoffs(cAnalysis, nISAAnalysisIndx, bIsFinalISAAnalysis)
cAnalysis$vPUpper |
Vector of upper cutoffs, typically used in the context of success if a posterior probability > vPUpper, 0 <= vPLowerCutoff <= vPUpperCutoff <= 1 |
cAnalysis$vPLower |
Vector of lower cutoffs, typically used in the context of failure if a posterior probability < vPLower, 0 <= vPLowerCutoff <= vPUpperCutoff <= 1 |
cAnalysis$dFinalPUpper |
Value of upper cutoff used at the FINAL analysis, typically used in the context of success if a posterior probability > dFinalPUpper, 0 <= dPLowerCutoff <= dPUpperCutoff <= 1 |
cAnalysis$dFinalPLower |
Value of lower cutoff used at the FINAL analysis, typically used in the context of failure if a posterior probability < dFinalPLower, 0 <= dPLowerCutoff <= dPUpperCutoff <= 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.