GetRowAndColumnSumValues: get row and column sum values

Description Usage Arguments Value References

View source: R/GetRowAndColumnSumValues.r

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

1
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.


CausalR documentation built on Nov. 8, 2020, 5:25 p.m.