| mtukey.test | R Documentation |
Test for an interaction in two-way ANOVA table by the modified Tukey test.
mtukey.test(Y, alpha = 0.05, correction = 0, Nboot = 1000)
Y |
data matrix |
alpha |
level of the test |
correction |
type of small sample size correction (0=none, 1=bootstrap without replacement, 2=sampling), see |
Nboot |
number of simulations to be used for small sample size correction |
The level of the modified Tukey test is unstable for a small sample size. In such cases
either bootstraping (correction=1) or sampling (correction=2) should be used to compute the critical value.
A list with class "aTest" containing the following components:
test statistics stat, critical value critical.value and the result of
the test result, i.e. whether the additivity hypothesis has been rejected.
Simecek, Petr, and Simeckova, Marie. "Modification of Tukey's additivity test." Journal of Statistical Planning and Inference, 2012.
tukey.test, mandel.test, johnson.graybill.test,
lbi.test, johnson.graybill.test
data(Boik) mtukey.test(Boik) mtukey.test(Boik,correction=2,Nboot=2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.