R/SK.default.R

Defines functions SK.default

Documented in SK.default

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

SK.default <- function(x,
                           ...)
{
  stop(paste("class", 
             class(x), 
             "objects are not valid for SK" ))
}
jcfaria/ScottKnott documentation built on Nov. 1, 2020, 8:04 a.m.