Package 'bullwhipgame'

Title: Bullwhip Effect Demo in Shiny
Description: The bullwhipgame is an educational game that has as purpose the illustration and exploration of the bullwhip effect,i.e, the increase in demand variability along the supply chain. Marchena Marlene (2010) <arXiv:1009.3977>.
Authors: Marlene Marchena
Maintainer: Marlene Marchena <[email protected]>
License: GPL-3
Version: 0.1.0
Built: 2025-02-22 04:09:48 UTC
Source: https://github.com/msmarchena/bullwhipgame

Help Index


Bullwhip Effect Demo in Shiny

Description

bullwhipgame is a Shiny app to illustrate and visualize the bullwhip effect, i.e, the increase in demand variability along the supply chain. The game simulates the distribution process of a single product that uses a four stages supply chain: reailer, wholesaler, distributor and factory. The members of the supply chain need to meet customer demand with minimal shortage situations and inventory cost, while satisfying service level requirements. All participants use the same inventory replenishment policy, forecast method, delivery lead time and service level. Holding and shortage cost are fixed and information sharing and cooperation is not allowed.

Usage

bullwhipgame()

Value

Nothing

Examples

if(interactive()){
 bullwhipgame()
}