eoq | R Documentation |
economic order quantity.
eoq(annualdemand, orderingcost, purchasecost, holdingrate, na.rm = TRUE)
annualdemand |
numeric,annual demand of the SKU. |
orderingcost, |
numeric ordeing cost of the SKU |
purchasecost |
,numeric, purchase cost per item |
holdingrate |
numeric holding rate per item per year. |
na.rm |
A logical indicating whether missing values should be removed |
the eoq,cycle stock time in years and cycle stock time in weeks.
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>"
eoq(annualdemand=5000,orderingcost=400,purchasecost=140,holdingrate=0.2,na.rm=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.