Problem8.23 <- data.frame(
"OrderQuantity" = c(
-1,
1,
-1,
1,
-1,
1,
-1,
1
),
"Re-orderPoint" = c(
-1,
-1,
1,
1,
-1,
-1,
1,
1
),
"SetupCost" = c(
-1,
-1,
-1,
-1,
1,
1,
1,
1
),
"BackorderCost" = c(
1,
-1,
-1,
1,
1,
-1,
-1,
1
),
"CarryingCost" = c(
1,
1,
-1,
-1,
-1,
-1,
1,
1
),
"AvgAnnualCost" = c(
95,
134,
158,
190,
92,
187,
155,
185
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.