R/TK.test.R

TK.test <-
function (x = "data vector", f = "factor vector", a = "alpha level") 
{
    if (a == "alpha level") {
        a = 0.05
    }
    TukeyHSD(aov(x ~ f), conf.level = 1 - a)
}

Try the DTK package in your browser

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

DTK documentation built on May 1, 2019, 9:16 p.m.