R/OneWayANOVA.pairwise.R

Defines functions OneWayANOVA.pairwise

Documented in OneWayANOVA.pairwise

OneWayANOVA.pairwise <-
function(alpha,beta,tau,sigma,margin
){
n.ij<-2*(qnorm(1-alpha/(2*tau))+qnorm(1-beta))^2*sigma^2/margin^2
n.ij
}

Try the TrialSize package in your browser

Any scripts or data that you put into this service are public.

TrialSize documentation built on July 8, 2020, 7:19 p.m.