Package: dlmtree
Type: Package
Title: Bayesian Treed Distributed Lag Models
Version: 1.1.0
Authors@R: c(
    person("Daniel", "Mork", email = "dmork@hsph.harvard.edu", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-7924-0706")),
    person("Seongwon", "Im", email = "Seongwon.Im@colostate.edu", role = "aut", comment = c(ORCID = "0009-0000-8447-5852")),
    person("Ander", "Wilson", email = "Ander.Wilson@colostate.edu", role = "aut", comment = c(ORCID = "0000-0003-4774-3883")))
Description: Estimation of distributed lag models (DLMs) based on a Bayesian additive regression trees framework. Includes several extensions of DLMs: treed DLMs and distributed lag mixture models (Mork and Wilson, 2023) <doi:10.1111/biom.13568>; treed distributed lag nonlinear models (Mork and Wilson, 2022) <doi:10.1093/biostatistics/kxaa051>; heterogeneous DLMs (Mork, et. al., 2024) <doi:10.1080/01621459.2023.2258595>; monotone DLMs (Mork and Wilson, 2024) <doi:10.1214/23-BA1412>. The package also includes visualization tools and a 'shiny' interface to check model convergence and to help interpret results.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: false
Depends: R (>= 3.5.0)
Imports: Rcpp (>= 1.0.4), dplyr, ggplot2, shiny, shinythemes, tidyr,
        mgcv, ggridges, coda
LinkingTo: Rcpp, RcppArmadillo, RcppEigen
RoxygenNote: 7.3.2
SystemRequirements: C++11
URL: https://github.com/danielmork/dlmtree,
        https://danielmork.github.io/dlmtree/
BugReports: https://github.com/danielmork/dlmtree/issues
NeedsCompilation: yes
Packaged: 2025-04-25 01:57:38 UTC; dmork
Author: Daniel Mork [aut, cre, cph] (<https://orcid.org/0000-0002-7924-0706>),
  Seongwon Im [aut] (<https://orcid.org/0009-0000-8447-5852>),
  Ander Wilson [aut] (<https://orcid.org/0000-0003-4774-3883>)
Maintainer: Daniel Mork <dmork@hsph.harvard.edu>
Repository: CRAN
Date/Publication: 2025-04-25 12:30:10 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-08 03:35:07 UTC; windows
Archs: x64
