R/ANOVA.Repeat.Measure.R

Defines functions ANOVA.Repeat.Measure

Documented in ANOVA.Repeat.Measure

ANOVA.Repeat.Measure <-
function(alpha, beta,sigma,delta,m){
n=2*sigma^2*(qnorm(1-alpha/(m*2))+qnorm(1-beta))^2/delta^2
}

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.