Learn R Programming

ABCanalysis (version 1.0.2)

ABCcurve: calculates ABC Curve

Description

Calculates cumulative percentage of largest data (effort) and cumulative percentages of sum of largest Data (yield) with spline interpolation (second order, piecewise) of values in-between.

Usage

ABCcurve(Data,RemoveSmallYields, p)

Arguments

Data
vector[1:n] describes an array of data: n cases in rows of one variable
RemoveSmallYields
boolean, optional, if RemoveSmallYields ==TRUE => the smallest data up to a cumulated sum of less than 1% of the total sum (yield) is removed, default=FALSE
p
optional, an vector of values specifying where interpolation takes place, created by seq of package base

Value

  • Output is of type list which parts are described in the following
  • ABCxvector [1:k], cumulative population in percent
  • ABCyvector [1:k], cumulative high data in percent

References

Ultsch. A ., Lotsch J.: Computed ABC Analysis for rational Selection of most informative Variables in multivariate Data, PLoS One, Jun 10, 10(6), e0129767, 2015.