GetRowAndColumnSumValues {CausalR}R Documentation

get row and column sum values

Description

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)

Usage

GetRowAndColumnSumValues(predictionListStats, experimentalResultStats)

Arguments

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)

Value

a matrix of row and sum values r+, r-, c+ and c-

References

L Chindelevitch et al. Assessing statistical significance in causal graphs. BMC Bioinformatics, 13(35), 2012.


[Package CausalR version 1.25.0 Index]