GetRowAndColumnSumValues {CausalR} | R Documentation |
Returns the possible values of r+, r-, c+ and c- (the column and row sum values) following page 6 of Assessing statistical significance in causal graphs (Chindelevitch et. al)
GetRowAndColumnSumValues(predictionListStats, experimentalResultStats)
predictionListStats |
a vector containing the number of postive, negative, or non-signficant/contradictory predictions (q+, q- and q0) |
experimentalResultStats |
a vector containing the number of postive, negative, or non-signficant/contradictory observations (n+, n- and n0) |
a matrix of row and sum values r+, r-, c+ and c-
L Chindelevitch et al. Assessing statistical significance in causal graphs. BMC Bioinformatics, 13(35), 2012.