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)

https://github.com/andyphilips/dynamac

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

ardl r stata time-series time-series-analysis
Last synced: 6 months ago · JSON representation

Repository

Dynamic simulation and testing for single-equation ARDL models, available for both R and Stata

Basic Info
Statistics
  • Stars: 7
  • Watchers: 3
  • Forks: 6
  • Open Issues: 2
  • Releases: 1
Topics
ardl r stata time-series time-series-analysis
Created almost 8 years ago · Last pushed about 5 years ago
Metadata Files
Readme License

README.md

drawing

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)

Build Status Build status codecov metacran downloads doi DOI

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

Associate Professor of Political Science, CU Boulder

JOSS Publication

Exploring meaningful visual effects and quantities of interest from dynamic models through dynamac
Published
October 10, 2020
Volume 5, Issue 54, Page 2528
Authors
Soren Jordan ORCID
Assistant Professor, Department of Political Science, Auburn University
Andrew Q. Philips
Assistant Professor, Department of Political Science, University of Colorado Boulder
Editor
Sebastian Benthall ORCID
Tags
time series methodology long-run effects simulations quantities of interest

Papers & Mentions

Total mentions: 1

dLagM: An R package for distributed lag models and ARDL bounds testing
Last synced: 4 months ago

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 107
  • Total Committers: 3
  • Avg Commits per committer: 35.667
  • Development Distribution Score (DDS): 0.196
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
good first issue (1)
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

  • Versions: 9
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 598 Last month
Rankings
Forks count: 9.6%
Dependent packages count: 13.7%
Average: 18.3%
Downloads: 20.8%
Stargazers count: 23.6%
Dependent repos count: 24.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.0.1 depends
  • MASS * imports
  • lmtest * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests
  • urca * suggests