PRR(DATABASE, RR0 = 1, MIN.n11 = 1, DECISION = 1,
DECISION.THRES = 0.05, RANKSTAT = 1)
as.PhViD
.RR0=1
.MIN.n11 = 1
.RANKSTAT
DECISION
. Ex 0.05 for FDR (DECISION
=1).MIN.n11
notifications ordered by RANKSTAT
. It contains notably the labels, the cell counts, the expected counts ($n1. \times n.1 / N$, see as.PhViD
), RANKSTAT
, the observed relative risks (PRR), the marginal counts and the estimations of FDR (when RANKSTAT=1
.)ALLSIGNALS
but restricted to the list of generated signals.## start
data(PhViDdata.frame)
PhViDdata <- as.PhViD(PhViDdata.frame)
res <- PRR(PhViDdata)
## end
Run the code above in your browser using DataLab