Learn R Programming

DTK (version 3.5)

DTK.plot: 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.

Value

SEE EXAMPLE.

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.

See Also

DTK.test, TK.test, TukeyHSD, qtukey

Examples

Run this code
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)

Run the code above in your browser using DataLab