Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 737 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 737 Bytes

SolowVariants

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.

How to install and load the package

  1. First, download and install the package:
devtools::install_github("SebastianBehrens/SolowVariants", build_vignettes = T)
  1. Then load the library:
library(SolowVariants)

How to use the package?

Check the vignette(s) of this package by calling vignette("SolowVariants") to get an overview over this package.