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" ))

}

Try the TukeyC package in your browser

Any scripts or data that you put into this service are public.

TukeyC documentation built on Aug. 31, 2023, 5:06 p.m.