This function implements the Tukey test for balanced or unbalanced designs and schemes.
make.TukeyC.test(r=r,
MSE=MSE,
m.inf=m.inf,
ord=ord,
sig.level=sig.level,
dfr=dfr,
bal=bal,
mt=mt,
round=round)
A vector of the number of repicates of each level of the factor being tested.
A vector of length 1 giving the mean squared error.
A matrix
of the levels of the factor being tested in decreasing order.
A vector of ordered levels of the factor being tested.
A vector of length 1 giving the level of significance of the test.
A vector of length 1 giving the degrees of freedom of MSE.
A vector of length 1 giving the information wheter the experiment is or not balanced.
The model table.
Integer indicating the number of decimal places.
A list with 7 slots containing the most important results of the test performed:
Table of means of the factors
The means of the factors
The result of the Tukey test
The significance of the test
A matrix
with the observed means differences (upper.tri
) and respective probalities (lower.tri
)
The minimum significative difference
The replicate number for each factor