R/print.mchtest.R

"print.mchtest" <-
function(x, ...){
    class(x) <- "htest"
    print(x)
    cat("treshold =", x$treshold)
    cat(", simulations:", x$sim.no)
    cat("\n\n")
    invisible(x)
}

Try the truncgof package in your browser

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

truncgof documentation built on May 1, 2019, 10:54 p.m.