The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

leontief

CRAN status [Lifecycle: stable](https://www.tidyverse.org/lifecycle/#stable (https://lifecycle.r-lib.org/articles/stages.html#stable) Codecov test coverage R-CMD-check

The goal of leontief is to provide an implementation of the Input-Output model developed by Wassily Leontief. It represents the interdependencies between different sectors of a national economy or different regional economies.

Installation

Stable version (CRAN):

install.packages("leontief")

Development version (GitHub):

remotes::install_github("pachadotdev/leontief")

Example

This is a basic example which shows you how to obtain the input requirement matrix:

library(leontief)

# use a real input-output matrix and final demand vector
set.seed(200100)
X <- matrix(rnorm(100), nrow = 10)
d <- rnorm(10)

input_requirement_matrix(X,d)

Please read the vignette for the details.

Code of Conduct

Please note that the leontief project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.