lsdb: Multiple comparison: Bonferroni's Least Significant...

Description Usage Arguments Value Author(s) See Also Examples

Description

lsdb Performs the t test (LSD) with Bonferroni's protection, for multiple comparison of means.

Usage

1
lsdb(y, trt, DFerror, SSerror, alpha = 0.05, group = TRUE, main = NULL)

Arguments

y

Numeric or complex vector containing the response variable.

trt

Numeric or complex vector containing the treatments.

DFerror

Error degrees of freedom.

SSerror

Error sum of squares.

alpha

Significance level.

group

TRUE or FALSE.

main

Title.

Value

Returns the multiple comparison of means according to the LSDB test.

Author(s)

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

Denismar Alves Nogueira

Portya Piscitelli Cavalcanti

See Also

snk, duncan, ccboot, lsd, scottknott, tukey, ccF.

Examples

1
2
3
data(ex1)
attach(ex1)
crd(trat, ig, quali = TRUE, mcomp = "lsdb", sigT = 0.05)

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

Related to lsdb in ExpDes...