leontief

Leontief's Input-Output Model in R

https://github.com/pachadotdev/leontief

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary

Keywords

input-output macroeconomics r
Last synced: 6 months ago · JSON representation

Repository

Leontief's Input-Output Model in R

Basic Info
  • Host: GitHub
  • Owner: pachadotdev
  • License: apache-2.0
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 1.86 MB
Statistics
  • Stars: 17
  • Watchers: 5
  • Forks: 3
  • Open Issues: 0
  • Releases: 0
Topics
input-output macroeconomics r
Created almost 6 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing Funding License Code of conduct Support Codemeta

README.md

leontief

CRAN
status Lifecycle: stable Codecov test coverage R-CMD-check <!-- badges: end -->

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): r install.packages("leontief")

Development version (GitHub): r remotes::install_github("pachadotdev/leontief")

Example

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

``` r library(leontief)

use a real input-output matrix and final demand vector

set.seed(200100) X <- matrix(rnorm(100), nrow = 10) d <- rnorm(10)

inputrequirementmatrix(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.

Owner

  • Name: Mauricio "Pachá" Vargas Sepúlveda
  • Login: pachadotdev
  • Kind: user

Statistician interested in applying statistical methods to address specific policy-relevant questions, particularly in international trade.

GitHub Events

Total
  • Watch event: 3
  • Push event: 1
Last Year
  • Watch event: 3
  • Push event: 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 725 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: leontief

Input-Output Analysis

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 725 Last month
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 31.7%
Dependent repos count: 35.5%
Average: 39.4%
Downloads: 71.1%
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.2 depends
  • Rcpp * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • roxygen2 * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite