R/TukeyC.default.R

Defines functions TukeyC.default

Documented in TukeyC.default

##
## S3 method to design matrix and response variable or data.frame objects
##

TukeyC.default <- function(x,
                           ...)
{

  stop(paste("class", 
             class(x), 
             "objects are not valid for TukeyC" ))

}
jcfaria/TukeyC documentation built on July 6, 2023, 4:27 p.m.