R/print.gmw.R

Defines functions `print.gmw`

`print.gmw` <- function(x, ...){
 X <- list()
 X$p.values <- x$p.values
 print(X$p.values,...)
}

Try the gMWT package in your browser

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

gMWT documentation built on April 19, 2023, 5:11 p.m.