Package: dlim
Type: Package
Date: 2025-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) <doi:10.1002/env.2843>.
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
NeedsCompilation: no
Packaged: 2025-06-01 02:55:20 UTC; ddema
Author: Danielle Demateis [aut, cre] (ORCID:
    <https://orcid.org/0009-0003-0785-3962>),
  Kayleigh Keller [aut] (ORCID: <https://orcid.org/0000-0002-9423-2704>),
  Ander Wilson [aut] (ORCID: <https://orcid.org/0000-0003-4774-3883>)
Maintainer: Danielle Demateis <Danielle.Demateis@colostate.edu>
Repository: CRAN
Date/Publication: 2025-06-01 04:40:02 UTC
Built: R 4.4.1; ; 2025-06-01 06:03:56 UTC; unix
