Package: dlim
Type: Package
Date: 2024-02-25
Title: Distributed Lag Interaction Model
Version: 0.1.0
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.2.3
Imports: dlnm, ggplot2, mgcv, reshape2, rlang, splines, tsModel,
        viridis
Depends: R (>= 2.10)
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-02-29 00:31:34 UTC; ddema
Author: Danielle Demateis [aut, cre] (<https://orcid.org/0009-0003-0785-3962>),
  Kayleigh Keller [aut] (<https://orcid.org/0000-0002-9423-2704>),
  Ander Wilson [aut] (<https://orcid.org/0000-0003-4774-3883>)
Maintainer: Danielle Demateis <Danielle.Demateis@colostate.edu>
Repository: CRAN
Date/Publication: 2024-02-29 20:42:42 UTC
Built: R 4.2.3; ; 2024-03-03 23:07:08 UTC; unix
