powered by
ccboot Performs the Ramos and Ferreira (2009) multiple comparison bootstrap test.
ccboot
ccboot( y, trt, DFerror, SSerror, alpha = 0.05, group = TRUE, main = NULL, B = 1000 )
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
Number of bootstrap resamples.
Multiple means comparison for the bootstrap test.
RAMOS, P. S., FERREIRA, D. F. Agrupamento de medias via bootstrap de populacoes normais e nao-normais, Revista Ceres, v.56, p.140-149, 2009.
# NOT RUN { data(ex1) attach(ex1) crd(trat, ig, quali = TRUE, mcomp='ccboot', sigF = 0.05) # }
Run the code above in your browser using DataLab