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
Repository
Leontief's Input-Output Model in R
Basic Info
Statistics
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
leontief
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
- Website: https://pacha.dev
- Repositories: 308
- Profile: https://github.com/pachadotdev
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
- Homepage: https://github.com/pachadotdev/leontief
- Documentation: http://cran.r-project.org/web/packages/leontief/leontief.pdf
- License: Apache License (≥ 2)
-
Latest release: 0.4
published 6 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.2 depends
- Rcpp * imports
- covr * suggests
- knitr * suggests
- rmarkdown * suggests
- roxygen2 * suggests
- testthat * suggests
- 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