A Shiny app to visualize the Edgeworth box
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Because of delays with my scholarship payment, if this post is useful to you I kindly ask a minimal donation on Buy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here: A Personal Message from an Open Source Contributor. If you play the electric guitar, the same scholarship chaos led me to turn my guitar pedals and DIY kits hobby into a business, and you can check those here.
I made a small Shiny app to visualize an Edgeworth box with contract curve for the 2×2 exchange model using Cobb-Douglas utility functions.
The idea is that the user can alter the parameters for the Cobb-Douglas functions to see how the contract curve changes and how much the market equilibrium (or Walras’ equilibrium) shifts from the initial allocation.
The initial endownments for good 1 and 2 and the normalized price can be changed as well.
Here is a preview:
To run the app locally, clone the repository https://github.com/pachadotdev/cobbdouglasge and then from RStudio/VSCode run the following in the R console:
devtools::load_all() run_app()
The base for this demonstration was exercise 15.B.2 from MWG.
I hope this is useful!
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.