combinep_two {ICDS} | R Documentation |
combinep_two
Description
'combinep_two' combine two kinds of p-values,then,calculate z-score for them.
Usage
combinep_two(p1, p2)
Arguments
p1 |
A numeric vector of p-values or corrected p-values |
p2 |
A numeric vector of p-values or corrected p-values |
Value
A numeric vector of z_scores
Examples
exp.p<-GetExampleData("exp.p")
meth.p<-GetExampleData("meth.p")
combinep_two(exp.p,meth.p)
[Package ICDS version 0.1.2 Index]