CalculateWeightGivenValuesInThreeByThreeContingencyTable {CausalR} | R Documentation |
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).
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)