powered by
ccF Performs the Calinski and Corsten test based on the F distribution.
ccF
ccF(y, trt, DFerror, SSerror, alpha = 0.05, group = TRUE, main = NULL)
Numeric or complex vector containing the response varible.
Numeric or complex vector containing the treatments.
Error degrees of freedom.
Error sum of squares.
Significance of the test.
TRUE or FALSE.
Title.
Multiple means comparison for the Calinski and Corsten test.
CALI\'NSKI, T.; CORSTEN, L. C. A. Clustering means in ANOVA by Simultaneous Testing. Biometrics. v. 41, p. 39-48, 1985.
# NOT RUN { data(ex2) attach(ex2) rbd(trat, provador, aparencia, quali = TRUE, mcomp='ccf', sigT = 0.05, sigF = 0.05) # }
Run the code above in your browser using DataLab