votep: Vote P-value

View source: R/utils.R

votepR Documentation

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

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

thisutils documentation built on May 24, 2026, 5:07 p.m.