powered by
Identyfing Practical ordering quantity based on the economic order quantity.it is assumed that practical order quantity will be always withing 6
TQpractical( annualdemand, orderingcost, purchasecost, holdingrate, na.rm = TRUE )
numeric annual demand of the SKU.
numeric ordering cost of the SKU.
numeric purchase cost of the SKU.
numeric holding rate of the SKU.
logical, TRUE.
a dataframe that contains the economic order quantity and the practical order quantity, Tstar (optimum)and Tpractical which is always away from the optimum up to 6
# NOT RUN { TQpractical(annualdemand=1000,orderingcost=100, purchasecost=72,holdingrate=0.25,na.rm=TRUE) # }
Run the code above in your browser using DataLab