This function implements the Tukey test for balanced or unbalanced designs and schemes.
make.TukeyC.test(obj,
MSE,
sig.level,
dfr,
round,
adjusted.pvalue)
A list with 5 slots containing the most important results of the test performed:
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
A data.frame with the means and replicate of the factors.
A vector of length 1 giving the mean squared error.
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.
Integer indicating the number of decimal places.
A vector of pvalues obtained of the ptukey function.
Jose Claudio Faria (joseclaudio.faria@gmail.com)
Enio Jelihovschi (eniojelihovs@gmail.com)
Ivan Bezerra Allaman (ivanalaman@gmail.com)