R/print.power.R

print.power <- function(x, digits = 3, latex.output = FALSE, template = 1, ...) {

    class(x) <- paste("power", template, sep = "")
    
    print(x, digits, latex.output, ...)
    
    
}

Try the PoweR package in your browser

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

PoweR documentation built on May 2, 2019, 2:09 p.m.