LTukey {laercio}R Documentation

Tukey test

Description

Tukey teste to compare means.

Usage

LTukey(anova, which = "", conf.level = 0.95)

Arguments

anova A aov fitted model object.
which A term in the fitted model for be used in the test. Defaults to all the terms.
conf.level A numeric value between zero and one. Default is 0.95.

Author(s)

Laercio Junio da Silva laerciojunio@yahoo.com.br

Examples

require(laercio)
ldata$trat <- as.factor(ldata$trat)
anv <- aov(resp~trat,ldata)
anova(anv)
LTukey(anv,"trat")

[Package laercio version 1.0-0 Index]