Learn R Programming

thisutils (version 0.3.1)

votep: Vote P-value

Description

Vote P-value

Usage

votep(p, alpha = 0.5)

Arguments

p

A vector of P-values.

alpha

The significance level.

Examples

Run this code
p <- c(0.01, 0.02, 0.03, 0.04, 0.05)
votep(p)
votep(p, alpha = 0.01)

Run the code above in your browser using DataLab