ABC
Identyfing ABC category based on the pareto rule. Identyfing ABC category based on the pareto rule.A category is up to 80
ABC(data, na.rm = TRUE)
data, |
Data frame of tuo columns,first column is the item name, second column is the item value/flow/demand. |
na.rm, |
logical and by default is TRUE |
a dataframe that contains ABC categories with a bar plot of the count of items in each category.
this is the second version of the inventorize package, all the fucntions are without any academic contribution from my side, the aim is to facilitate and ease much of the bookkeeping that is endured during stock analysis.
"haytham omar email: <haytham@rescaleanalytics.com>"
ABC(data.frame(SKU= seq(1:1000),demand=runif(1000,1,1000)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.