powered by
economic order quantity.
eoq(annualdemand, orderingcost, purchasecost, holdingrate, na.rm = TRUE)
numeric,annual demand of the SKU.
numeric ordeing cost of the SKU
,numeric, purchase cost per item
numeric holding rate per item per year.
A logical indicating whether missing values should be removed
the eoq,cycle stock time in years and cycle stock time in weeks.
# NOT RUN { eoq(annualdemand=5000,orderingcost=400,purchasecost=140,holdingrate=0.2,na.rm=TRUE) # }
Run the code above in your browser using DataLab