R/print.estPI.R

Defines functions `print.estPI`

# Version: 30-11-2012, Daniel Fischer

`print.estPI` <- function(x,...){
 X <- list()
 X$probs <- x$probs
 print(X,...)
}

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.