R/print.power.grouped.R

"print.power.grouped" <-
function (x, ...) {
    cat("\n Two-sample Wald's test power calculation \n \t for grouped data \n")
    cat(paste(format(names(x), width = 15, justify = "right"), format(x), sep = " = "), sep = "\n")
    cat("\n")
}

Try the grouped package in your browser

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

grouped documentation built on May 2, 2019, 2:42 a.m.