DTK.plot: DTK Test Confidence Interval Plot

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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

Usage

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

Arguments

x

DTK.test output list object.

Details

Produces a formatted plot of all confidence intervals of pairwise comparisons of means. The itervals are plotted in red (=significant) and black (=non-significant) with grey dashed lines to help distinguish the comparisons.

Value

SEE EXAMPLE.

Author(s)

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

See Also

DTK.test, TK.test, TukeyHSD, qtukey

Examples

1
2
3
4
5
x=c(rnorm(25,5,2),rnorm(30,5,5),rnorm(35,15,5))
f<-gl.unequal(n=3,k=c(25,30,35))
DTK.result<-DTK.test(x=x,f=f,a=0.05)
DTK.result
DTK.plot(DTK.result)

BitEcology/DTK documentation built on May 28, 2019, 5:43 a.m.