knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

MacroGrowth

The R package MacroGrowth provides sophisticated tools for fitting macroeconomic growth models to data. MacroGrowth has several desirable features for macroeconomic modelers:

The functions in this package were developed for and used first in Heun et al. [-@Heun:2017].

Installation

You can install MacroGrowth from github with:

# install devtools if not already installed
# install.packages("devtools")
devtools::install_github("EconModels/MacroGrowth")
# To build vignettes locally, use
devtools::install_github("EconModels/MacroGrowth", build_vignettes = TRUE)

More Information

Find more information, including vignettes and function documentation at https://econmodels.github.io/MacroGrowth/

References



EconModels/MacroGrowth documentation built on Dec. 17, 2019, 10:41 p.m.