Description Usage Arguments Value References
View source: R/GetRowAndColumnSumValues.r
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)
1 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.