Learn R Programming

thisutils (version 0.3.1)

meanp: Mean P-value

Description

Mean P-value

Usage

meanp(p)

Arguments

p

A vector of P-values.

Examples

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

Run the code above in your browser using DataLab