Description Usage Arguments Value References
View source: R/FindApproximateValuesThatWillMaximiseDValue.r
Finds an approximate table values to maximise D. Given the values of q+, q-, q0, n+, n- and n0 this function will produce the approximate values of n++, n+-, n-+ and n– that will maximise the D value. See Assessing statistical significance of casual graphs, page 6. The values are approximate since they need to be rounded, although the direction of rounding is not clear at this stage.
1 2 | FindApproximateValuesThatWillMaximiseDValue(predictionListStats,
experimentalDataStats)
|
predictionListStats |
a vector containing the values q+, q- and q0: numbers of positive, negative and non-significant/contradictory predictions |
experimentalDataStats |
a vector containing the values n+, n- and n0: numbers of positive, negative and non-significant/contradictory predictions |
a 2x2 contingency table which approximately maximises D
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.