Learn R Programming

corto (version 1.2.4)

fisherp: Fisher integration of p-values

Description

This function applies the Fisher integration of pvalues

Usage

fisherp(ps)

Value

p.val an integrated p-value

Arguments

ps

a vector of p-values

Examples

Run this code
ps<-c(0.01,0.05,0.03,0.2)
fisherp(ps)

Run the code above in your browser using DataLab