R/summary.hci.R

summary.hci <-
function(object, ...)
    {
    if (!any(class(object) == 'hci')) stop("Object is not of class hci")
    cat("Call:\n")
    print(object$call)
    cat("\nHealth Concentration Index:\n", object$concentrationIndex,"\n\n")
    cat("Variance:\n",object$variance,"\n\n")
    cat("95% Confidence Interval:\n", confint(object), "\n")
    }

Try the decomp package in your browser

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

decomp documentation built on May 2, 2019, 6:53 p.m.