DTK.plot {DTK}R Documentation

DTK Test Confidence Interval Plot

Description

Produces a plot of the confidence intervals produced by the function DTK.test.

Usage

DTK.plot(x = "DTK.test output")

Arguments

x DTK.test output list object.

Details

SEE EXAMPLE.

Value

Produces a formatted plot of all confidence intervals of pairwise comparisons of means.

Author(s)

Matthew K. Lau, Department of Biological Sciences, Northern Arizona University, AZ

See Also

DTK.test, TK.test, TukeyHSD, qtukey

Examples

x=runif(54,0,100)
f<-gl.unequal(n=5,k=c(10,9,10,15,10))
DTK.result<-DTK.test(x=x,f=f,a=0.05)
DTK.result
DTK.plot(DTK.result)

[Package DTK version 2.1 Index]