Package: dlim Type: Package Date: 2024-06-01 Title: Distributed Lag Interaction Model Version: 0.2.1 Authors@R: c(person(given = "Danielle", family = "Demateis", role = c("aut", "cre"), email = "Danielle.Demateis@colostate.edu", comment = c(ORCID = "0009-0003-0785-3962")), person(given = "Kayleigh", family = "Keller", role = "aut", comment = c(ORCID = "0000-0002-9423-2704")), person(given = "Ander", family = "Wilson", role = "aut", comment = c(ORCID = "0000-0003-4774-3883"))) Description: Collection of functions for fitting and interpreting distributed lag interaction models (DLIM). A DLIM regresses a scalar outcome on repeated measures of exposure and allows for modification by a continuous variable. Includes a dlim() function for fitting, predict() function for inference, and plotting functions for visualization. Details on methodology are described in Demateis et al. (2024) . License: GPL (>= 3) Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Imports: dlnm, ggplot2, lifecycle, mgcv, reshape2, rlang, splines, tsModel, viridis Depends: R (>= 2.10) URL: https://ddemateis.github.io/dlim/, https://github.com/ddemateis/dlim BugReports: https://github.com/ddemateis/dlim/issues Suggests: knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://ddemateis.r-universe.dev Date/Publication: 2025-05-31 23:48:22 UTC RemoteUrl: https://github.com/ddemateis/dlim RemoteRef: HEAD RemoteSha: f04491334d153beb25944ce2312a9c9389de5541 NeedsCompilation: no Packaged: 2026-07-14 08:54:32 UTC; root Author: Danielle Demateis [aut, cre] (ORCID: ), Kayleigh Keller [aut] (ORCID: ), Ander Wilson [aut] (ORCID: ) Maintainer: Danielle Demateis