Science Score: 49.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 -
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: ddemateis
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://ddemateis.github.io/dlim/
- Size: 2.43 MB
Statistics
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
dlim
Overview
This repository contains the source files for the dlim R package that implements distributed lag interaction models as described in the paper:
- Demateis D, Keller KP, Rojas-Rueda D, Kioumourtzoglou M-A, Wilson A (2024). “Penalized Distributed Lag Interaction Model: Air Pollution, Birth Weight and Neighborhood Vulnerability.” Environmetrics. (DOI: 10.1002/env.2843, arXiv preprint)
Simulation scripts from the manuscript can be found at https://github.com/ddemateis/dlim_simulations.
The dlim package estimates a distributed lag model with modification by a single continuous factor. If you are instead interested in a DLM with modification by a single categorical or binary variable see the bdlim package. If you are interested in distributed lag models with heterogeneity by with multiple modifiers see the heterogeneous distributed lag model in the dlmtree package.
Installation
Install from CRAN:
install.packages("dlim")
Install from GitHub:
remotes::install_github("ddemateis/dlim")
A vignette is available on the package website or in the package using the following code.
vignette('dlimOverview')
Owner
- Name: Danielle Demateis
- Login: ddemateis
- Kind: user
- Location: Fort Collins, CO
- Company: Colorado State University
- Repositories: 1
- Profile: https://github.com/ddemateis
Graduate Assistant at Colorado State University Statistics Department
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Packages
- Total packages: 1
-
Total downloads:
- cran 635 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: dlim
Distributed Lag Interaction Model
- Homepage: https://ddemateis.github.io/dlim/
- Documentation: http://cran.r-project.org/web/packages/dlim/dlim.pdf
- License: GPL (≥ 3)
-
Latest release: 0.2.1
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 2.10 depends
- dlnm * imports
- ggplot2 * imports
- mgcv * imports
- reshape2 * imports
- splines * imports
- tsModel * imports
- viridis * imports
- knitr * suggests
- rmarkdown * suggests
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite