FWER: Calculate FWER

Description Usage Arguments

View source: R/FWER.R

Description

Calculate Family-Wise Error Rate (FWER) based on the number of comparisons and the alpha level.

Usage

1
2
PrFWER <- FWER(26)
PrFWER <- FWER(n = 72, alpha = 0.01)

Arguments

n

Number of calculations

alpha

Alpha level (default at 0.05)


norment/normentR documentation built on Nov. 11, 2020, 2:16 a.m.