Learn R Programming

DTK (version 3.5)

Dunnett-Tukey-Kramer Pairwise Multiple Comparison Test Adjusted for Unequal Variances and Unequal Sample Sizes

Description

This package was created to analyze multi-level one-way experimental designs. It is designed to handle vectorized observation and factor data where there are unequal sample sizes and population variance homogeneity can not be assumed. To conduct the Dunnett modified Tukey-Kramer test (a.k.a. the T3 Procedure), create two vectors: one for your observations and one for the factor level of each observation. The function, gl.unequal, provides a means to more conveniently produce a factor vector with unequal sample sizes. Next, use the DTK.test function to conduct the test and save the output as an object to input into the DTK.plot function, which produces a confidence interval plot for each of the pairwise comparisons. Lastly, the function TK.test conducts the original Tukey-Kramer test.

Copy Link

Version

Install

install.packages('DTK')

Monthly Downloads

34

Version

3.5

License

GPL (>= 2)

Maintainer

Matthew K Lau

Last Published

July 1st, 2013

Functions in DTK (3.5)

DTK.test

Dunnett's Modified Tukey-Kramer Pairwise Multiple Comparison Test
DTK.plot

DTK Test Confidence Interval Plot
DTK-package

Dunnett-Tukey-Kramer Pairwise Multiple Comparison Test Adjusted for Unequal Variances and Unequal Sample Sizes
gl.unequal

Generate Levels with Unequal Sample SIzes
TK.test

Tukey's Honestly Significant Difference Test