bhAdjust: BMI585 final project: the Bonferroni-Holm function for...

Description Usage Arguments Value Examples

View source: R/bhAdjust.R

Description

This functions accept one numerical array and a numerical value

Usage

1
bhAdjust(p, alpha)

Arguments

p:

the numerical array for multiple comparison

alpha:

number of values in the first array

Value

p: post-hoc power

Examples

1
2
3
p<- c(0.0025, 0.0050, 0.0075, 0.0100, 0.0125, 0.0150, 0.0175, 0.0200, 0.0225, 0.0250)
alpha <- 0.05
bhAdjust(p,alpha)

shaoyanpan/BMI585final2 documentation built on Dec. 23, 2021, 1:20 a.m.