R/print.summary.check.R

Defines functions `print.summary.check`

`print.summary.check` <- function(x, ...)
{
    cat(paste("Number of possible permutations:", x$n, "\n"))
    print(x$control)
    invisible(x)
}

Try the permute package in your browser

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

permute documentation built on March 18, 2022, 7:36 p.m.