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

Try the ScottKnott package in your browser

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

ScottKnott documentation built on Aug. 31, 2023, 1:06 a.m.