Exploring meaningful visual effects and quantities of interest from dynamic models through dynamac
Exploring meaningful visual effects and quantities of interest from dynamic models through dynamac - Published in JOSS (2020)
Science Score: 95.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
Found 3 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
Repository
Dynamic simulation and testing for single-equation ARDL models, available for both R and Stata
Basic Info
- Host: GitHub
- Owner: andyphilips
- License: apache-2.0
- Language: R
- Default Branch: master
- Homepage: https://andyphilips.github.io/dynamac/
- Size: 4.28 MB
Statistics
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 2
- Releases: 1
Topics
Metadata Files
README.md

Description
dynamac performs dynamic simulation and testing for single-equation ARDL models in R and Stata. Link to the webpage can be found here.
Installation (R)
dynamac in R can easily be installed from its CRAN repository:
install.packages("dynamac")
library(dynamac)
Alternatively, you can use the devtools package to load directly from GitHub:
library(devtools)
devtools::install_github("andyphilips/dynamac")
library(dynamac)
You should now be able to use the package.
Installation (Stata)
To install dynamac in Stata type one of the following into the console (note that using net install calls directly from Github and will ensure the most up-to-date version):
net sj 18-4 st0545
findit dynamac
cap ado uninstall dynamac
cap ado uninstall dynardl
cap ado uninstall pssbounds
net install dynamac, from(https://github.com/andyphilips/dynamac/raw/gh-pages/Stata/src/)
Alternatively, you download the raw files and either call directly to the .ado files or place them in your "ado/plus/" folder.
I've found a bug!
Great! Please post it on the issues page, or email the authors.
Owner
- Name: Andrew Q. Philips
- Login: andyphilips
- Kind: user
- Location: Boulder, Colorado, USA
- Company: University of Colorado Boulder, Department of Political Science
- Website: http://www.andyphilips.com/
- Twitter: andyphilips_
- Repositories: 3
- Profile: https://github.com/andyphilips
Associate Professor of Political Science, CU Boulder
JOSS Publication
Exploring meaningful visual effects and quantities of interest from dynamic models through dynamac
Authors
Assistant Professor, Department of Political Science, University of Colorado Boulder
Tags
time series methodology long-run effects simulations quantities of interestPapers & Mentions
Total mentions: 1
dLagM: An R package for distributed lag models and ARDL bounds testing
- DOI: 10.1371/journal.pone.0228812
- OpenAlex ID: https://openalex.org/W3008818755
- Published: February 2020
GitHub Events
Total
Last Year
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Andrew Q. Philips | a****s@c****u | 86 |
| Andrew Q. Philips | a****t@g****m | 20 |
| Kristen Thyng | k****g@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 7
- Total pull requests: 3
- Average time to close issues: 6 months
- Average time to close pull requests: 8 days
- Total issue authors: 5
- Total pull request authors: 3
- Average comments per issue: 2.0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- 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
- andyphilips (3)
- crhammon (1)
- vapniks (1)
- Dumkof (1)
- ugobob99 (1)
Pull Request Authors
- hannesdatta (1)
- kthyng (1)
- andyphilips (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 598 last-month
- Total dependent packages: 2
- Total dependent repositories: 1
- Total versions: 9
- Total maintainers: 1
cran.r-project.org: dynamac
Dynamic Simulation and Testing for Single-Equation ARDL Models
- Homepage: https://github.com/andyphilips/dynamac/
- Documentation: http://cran.r-project.org/web/packages/dynamac/dynamac.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.1.12
published over 3 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.0.1 depends
- MASS * imports
- lmtest * imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
- urca * suggests
