R/qcochran.R

"qcochran" <-
function(p,n,k) {

f <- qf((1-p)/k,(n-1)*(k-1),n-1);
c <- 1/(1+(k-1)*f)

return(c)

}

Try the outliers package in your browser

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

outliers documentation built on March 26, 2022, 9:05 a.m.