R/varianceConcentrationIndex.R

varianceConcentrationIndex <-
function(object)
    {
    if (!any(class(object) == 'hci')) stop("Object is not of class hci")
    return(object$variance)
    }

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.