Learn R Programming

laercio (version 1.0-1)

LTukey: 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.

Examples

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

Run the code above in your browser using DataLab