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. |
SEE EXAMPLE.
Produces a formatted plot of all confidence intervals of pairwise comparisons of means.
Matthew K. Lau, Department of Biological Sciences, Northern Arizona University, AZ
DTK.test
, TK.test
, TukeyHSD
, qtukey
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)