Multiple comparison: Bootstrap
ccboot
Performs the Ramos and Ferreira (2009) multiple comparison bootstrap test.
ccboot( y, trt, DFerror, SSerror, alpha = 0.05, group = TRUE, main = NULL, B = 1000 )
y
: Numeric or complex vector containing the response varible.trt
: Numeric or complex vector containing the treatments.DFerror
: Error degrees of freedom.SSerror
: Error sum of squares.alpha
: Significance of the test.group
: TRUE or FALSEmain
: TitleB
: Number of bootstrap resamples.Multiple means comparison for the bootstrap test.
data(ex1) attach(ex1) crd(trat, ig, quali = TRUE, mcomp='ccboot', sigF = 0.05)
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.
Eric B Ferreira, eric.ferreira@unifal-mg.edu.br
Patricia de Siqueira Ramos
Daniel Furtado Ferreira
Useful links