Learn R Programming

inventorize (version 1.1.1)

eoqsenstivity: eoqsenstivity

Description

the rate of increase of total relevant cost compared to the EOQ.

Usage

eoqsenstivity(quantity, quantityoptimal, na.rm = TRUE)

Arguments

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

Value

the rate of increase of total relevant cost compared to the EOQ.

Examples

Run this code
# NOT RUN {
eoqsenstivity(quantity=5400,quantityoptimal=6000,na.rm=TRUE)
# }

Run the code above in your browser using DataLab