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
Last synced: 10 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 4
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 1
Created about 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

dlim

CRAN status R-CMD-check Downloads <!-- badges: end -->

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

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

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 635 Last month
Rankings
Dependent packages count: 28.1%
Dependent repos count: 36.1%
Average: 49.7%
Downloads: 85.0%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • dlnm * imports
  • ggplot2 * imports
  • mgcv * imports
  • reshape2 * imports
  • splines * imports
  • tsModel * imports
  • viridis * imports
  • knitr * suggests
  • rmarkdown * suggests
.github/workflows/pkgdown.yaml actions
  • 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