R/print.permtstBurSt.R

"print.permtstBurSt" <-
function (x, digits = 4, ...) 
{
    cat("Call:\n")
    print(x$call)
    cat("\nOriginal value:", x$original.score, "  Number of observations:", 
        x$stats["nobs"], "\n")
    cat("Number of random permutations:", x$stats["trials"], 
        "  Alternative:", x$alternative, "  p-value:", round(x$stats["extreme"]/x$stats["trials"], 
            digits), "\n")
    invisible(x)
}

Try the BurStMisc package in your browser

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

BurStMisc documentation built on May 2, 2019, 12:12 p.m.