ccboot: Multiple comparison: Bootstrap

Description Usage Arguments Value Author(s) References Examples

View source: R/ccboot.r

Description

ccboot Performs the Ramos and Ferreira (2009) multiple comparison bootstrap test.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ccboot(
  y,
  trt,
  DFerror,
  SSerror,
  alpha = 0.05,
  group = TRUE,
  main = NULL,
  B = 1000
)

Arguments

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 FALSE

main

Title

B

Number of bootstrap resamples.

Value

Multiple means comparison for the bootstrap test.

Author(s)

Eric B Ferreira, eric.ferreira@unifal-mg.edu.br

Patricia de Siqueira Ramos

Daniel Furtado Ferreira

References

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.

Examples

1
2
3
data(ex1)
attach(ex1)
crd(trat, ig, quali = TRUE, mcomp='ccboot', sigF = 0.05)

ExpDes documentation built on Oct. 5, 2021, 9:09 a.m.

Related to ccboot in ExpDes...