GetMaxDValueForAFamily {CausalR} | R Documentation |
Computes the maximum D value for a particular family - denoted as D_fam on page 6 of Assessing Statistical Signifcance of Causal Graphs
GetMaxDValueForAFamily(r_p, r_m, c_p, predictionListStats, experimentalDataStats, logOfFactorialOfPredictionListStats, returnlog = FALSE)
r_p |
row sum r+ |
r_m |
row sum r- |
c_p |
column sum c+ |
predictionListStats |
approximate values of n++, n+-, n-+ and n– |
experimentalDataStats |
a vector containing the values q+, q- and q0: number of positive, negative, non-significant/contradictory predictions |
logOfFactorialOfPredictionListStats |
a vector containing the values n+, n- and n0: number of positive, negative, non-significant/contradictory observations |
returnlog |
return result as log, default value is FALSE |
the maximum DFam Value
L Chindelevitch et al. Assessing statistical significance in causal graphs. BMC Bioinformatics, 13(35), 2012.