DTK.plot {DTK} | R Documentation |
Produces a plot of the confidence intervals produced by the function DTK.test.
DTK.plot(x = "DTK.test output")
x |
DTK.test output list object. |
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 EXAMPLE.
Matthew K. Lau, Department of Biological Sciences, Northern Arizona University, AZ
DTK.test
, TK.test
, TukeyHSD
, qtukey
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)