BitEcology/DTK: Dunnett-Tukey-Kramer Pairwise Multiple Comparison Test Adjusted for Unequal Variances and Unequal Sample Sizes

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 (C 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.

Getting started

Package details

AuthorMatthew K. Lau
MaintainerMatthew K. Lau <mkl48@nau.edu>
LicenseGPL-3
Version3.6
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("BitEcology/DTK")
BitEcology/DTK documentation built on May 28, 2019, 5:43 a.m.