R/print.lmperm.R

Defines functions print.lmperm

#' @export
print.lmperm <- function(x,...){
  print(x$table,...)
}

Try the permuco package in your browser

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

permuco documentation built on June 30, 2022, 9:05 a.m.