This repo contains functions to simulate and visualize various macroeconomic growth models that root in Robert Solow's model from 1956.
For use without installation of the package, the content has been made into a web application: Link.
- First, download and install the package:
devtools::install_github("SebastianBehrens/SolowVariants", build_vignettes = T)
- Then load the library:
library(SolowVariants)
Check the vignette(s) of this package by calling vignette("SolowVariants")
to get an overview over this package.