Learn R Programming

TukeyC

This is the development code of the R package TukeyC. You should use it if you want to contribute to its development: testing unreleased versions, fixing bugs, writing code, etc.

To download, check and build it do the following in a terminal emulator:

git clone git://github.com/jcfaria/TukeyC.git

or

git clone https://jcfaria@github.com/jcfaria/TukeyC.git

After to clone it, to check, build and install do the following:

R CMD check TukeyC

R CMD build TukeyC

R CMD INSTALL TukeyC_X.X-X.tar.gz

Or, you can install using devtools package as:

library(devtools)

install_github('jcfaria/TukeyC')

Copy Link

Version

Install

install.packages('TukeyC')

Monthly Downloads

235

Version

1.3-43

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Ivan Allaman

Last Published

April 10th, 2025

Functions in TukeyC (1.3-43)

summary

Summary Method for TukeyC and TukeyC.nest Objects
boxplot.TukeyC

Boxplot TukeyC Objects
TukeyC

The TukeyC Test for Single Experiments
plot.TukeyC

Plot TukeyC and TukeyC.nest Objects
sorghum

Completely Randomized Design (CRD)
make.TukeyC.groups

Make Tukey Groups
cv

Coefficient of the experiment variation
make.TukeyC.test

Make Tukey Test
print.TukeyC

Print Method for TukeyC objects.
xtable.TukeyC

xtable method for TukeyC objects.
TukeyC-internal

Internal TukeyC functions
CRD1

Completely Randomized Design (CRD)
FE

Factorial Experiment (FE)
LSD

Latin Squares Design (LSD)
Tukey test

Conventional Tukey Test
SPE

Split-plot Experiment (SPE)
RCBD

Randomized Complete Block Design (RCBD)
CRD2

Completely Randomized Design (CRD)
SSPE

Split-split-plot Experiment (SSPE)
SPET

Split-plot Experiment in Time (SPET)