R/print.gmci.R

print.gmci <-
function (x, ...) 
{
    cat("Call:\n")
    print(x$call)
    cat("\nMethod:\n")
    print(x$method)
    cat("\nLower Limit:\n")
    print(signif(x$lower, 4))
    cat("\nUpper Limit:\n")
    print(signif(x$upper, 4))
}

Try the ctmcd package in your browser

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

ctmcd documentation built on May 31, 2023, 7:55 p.m.