LDuncan {laercio}R Documentation

Duncan test

Description

Duncan test to compare means.

Usage

LDuncan(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)
LDuncan(anv,"trat")

[Package laercio version 0.9-5 Index]