View source: R/eoqsenstivity.R
eoqsenstivity | R Documentation |
the rate of increase of total relevant cost compared to the EOQ.
eoqsenstivity(quantity, quantityoptimal, na.rm = TRUE)
quantity |
numeric,quantity ordered every order cycle. |
quantityoptimal |
, numeric optimal quantity based on EOQ. |
na.rm |
A logical indicating whether missing values should be removed |
the rate of increase of total relevant cost compared to the EOQ.
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>"
eoqsenstivity(quantity=5400,quantityoptimal=6000,na.rm=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.