Description Usage Arguments Value
View source: R/CalculateWeightGivenValuesInThreeByThreeContingencyTable.r
Given the values in the three by three contingency table and the values of the number of positive/negative/non-significant predictions (q+, q-, q0) this function calculates the D-value (or weight).
1 2 | CalculateWeightGivenValuesInThreeByThreeContingencyTable(threeByThreeContingencyTable,
logOfFactorialOfPredictionListStats, returnlog = FALSE)
|
threeByThreeContingencyTable |
a 3x3 contingency table |
logOfFactorialOfPredictionListStats |
log of Factorial of prediction statistics |
returnlog |
should the result be returned as a log value. Default is FALSE. |
a D-value (or weight)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.