Learn R Programming

ICDS (version 0.1.3)

combinep_two: combinep_two

Description

`combinep_two` combine two kinds of p-values,then,calculate z-score for them.

Usage

combinep_two(p1, p2)

Value

A numeric vector of z_scores

Arguments

p1

A numeric vector of p-values or corrected p-values

p2

A numeric vector of p-values or corrected p-values

Examples

Run this code
exp.p<-GetExampleData("exp.p")
meth.p<-GetExampleData("meth.p")
combinep_two(exp.p,meth.p)

Run the code above in your browser using DataLab