Learn R Programming

thisutils (version 0.3.1)

sump: Sum P-value

Description

Sum P-value

Usage

sump(p)

Arguments

p

A vector of P-values.

Examples

Run this code
p <- c(0.01, 0.02, 0.03, 0.04, 0.05)
sump(p)

Run the code above in your browser using DataLab