Skip to content

Commit 2cd6d76

Browse files
committed
deploy: ed70024
1 parent 5e6f8ae commit 2cd6d76

File tree

28 files changed

+3263
-3176
lines changed

28 files changed

+3263
-3176
lines changed

articles.html

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2356,6 +2356,40 @@
23562356
<div class="posts-container posts-apply-limit l-page">
23572357
<div class="posts-list">
23582358
<h1 class="posts-list-caption" data-caption="All articles">All articles</h1>
2359+
<a href="articles/RJ-2025-007/" class="post-preview">
2360+
<script class="post-metadata" type="text/json">{"categories":[]}</script>
2361+
<div class="metadata">
2362+
<div class="publishedDate">Aug. 11, 2025</div>
2363+
<div class="dt-authors">
2364+
<div class="dt-author">Seongwon Im</div>
2365+
<div class="dt-author">Ander Wilson</div>
2366+
<div class="dt-author">Daniel Mork</div>
2367+
</div>
2368+
</div>
2369+
<div class="thumbnail">
2370+
<img/>
2371+
</div>
2372+
<div class="description">
2373+
<h2>Structured Bayesian Regression Tree Models for Estimating Distributed Lag Effects: The R Package dlmtree</h2>
2374+
<div class="dt-tags"></div>
2375+
<p>When examining the relationship between an exposure and an outcome,
2376+
there is often a time lag between exposure and the observed effect on
2377+
the outcome. A common statistical approach for estimating the
2378+
relationship between the outcome and lagged measurements of exposure
2379+
is a distributed lag model (DLM). Because repeated measurements are
2380+
often autocorrelated, the lagged effects are typically constrained to
2381+
vary smoothly over time. A recent statistical development on the
2382+
smoothing constraint is a tree structured DLM framework. We present an
2383+
R package dlmtree, available on CRAN, that integrates tree structured
2384+
DLM and extensions into a comprehensive software package with
2385+
user-friendly implementation. A conceptual background on tree
2386+
structured DLMs and a demonstration of the fitting process of each
2387+
model using simulated data are provided. We also demonstrate inference
2388+
and interpretation using the fitted models, including summary and
2389+
visualization. Additionally, a built-in shiny app for heterogeneity
2390+
analysis is included.</p>
2391+
</div>
2392+
</a>
23592393
<a href="articles/RJ-2025-001/" class="post-preview">
23602394
<script class="post-metadata" type="text/json">{"categories":[]}</script>
23612395
<div class="metadata">
@@ -2517,40 +2551,6 @@ <h2>latrend: A Framework for Clustering Longitudinal Data</h2>
25172551
<p>Clustering of longitudinal data is used to explore common trends among subjects over time. In this paper, we focus on cases where the sole repeated measurement of interest is numeric. Various R packages have been introduced throughout the years for identifying clusters of longitudinal patterns, summarizing the variability in trajectories between subjects in terms of one or more trends. We introduce the R package latrend as a framework for the unified application of methods for longitudinal clustering, enabling comparisons between methods with minimal coding. The package also serves as an interface to commonly used packages for clustering longitudinal data, including dtwclust, flexmix, kml, lcmm, mclust, mixAK, and mixtools. This enables researchers to easily compare different approaches, implementations, and method specifications. Furthermore, researchers can build upon the standard tools provided by the framework to quickly implement new cluster methods, enabling rapid prototyping.</p>
25182552
</div>
25192553
</a>
2520-
<a href="articles/RJ-2025-007/" class="post-preview">
2521-
<script class="post-metadata" type="text/json">{"categories":[]}</script>
2522-
<div class="metadata">
2523-
<div class="publishedDate">Aug. 7, 2025</div>
2524-
<div class="dt-authors">
2525-
<div class="dt-author">Seongwon Im</div>
2526-
<div class="dt-author">Ander Wilson</div>
2527-
<div class="dt-author">Daniel Mork</div>
2528-
</div>
2529-
</div>
2530-
<div class="thumbnail">
2531-
<img/>
2532-
</div>
2533-
<div class="description">
2534-
<h2>Structured Bayesian Regression Tree Models for Estimating Distributed Lag Effects: The R Package dlmtree</h2>
2535-
<div class="dt-tags"></div>
2536-
<p>When examining the relationship between an exposure and an outcome,
2537-
there is often a time lag between exposure and the observed effect on
2538-
the outcome. A common statistical approach for estimating the
2539-
relationship between the outcome and lagged measurements of exposure
2540-
is a distributed lag model (DLM). Because repeated measurements are
2541-
often autocorrelated, the lagged effects are typically constrained to
2542-
vary smoothly over time. A recent statistical development on the
2543-
smoothing constraint is a tree structured DLM framework. We present an
2544-
R package dlmtree, available on CRAN, that integrates tree structured
2545-
DLM and extensions into a comprehensive software package with
2546-
user-friendly implementation. A conceptual background on tree
2547-
structured DLMs and a demonstration of the fitting process of each
2548-
model using simulated data are provided. We also demonstrate inference
2549-
and interpretation using the fitted models, including summary and
2550-
visualization. Additionally, a built-in shiny app for heterogeneity
2551-
analysis is included.</p>
2552-
</div>
2553-
</a>
25542554
<a href="articles/RJ-2025-008/" class="post-preview">
25552555
<script class="post-metadata" type="text/json">{"categories":[]}</script>
25562556
<div class="metadata">

articles.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,32 @@
1111
<link>https://journal.r-project.org/</link>
1212
</image>
1313
<generator>Distill</generator>
14-
<lastBuildDate>Thu, 07 Aug 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Mon, 11 Aug 2025 00:00:00 +0000</lastBuildDate>
15+
<item>
16+
<title>Structured Bayesian Regression Tree Models for Estimating Distributed Lag Effects: The R Package dlmtree</title>
17+
<dc:creator>Seongwon Im</dc:creator>
18+
<dc:creator>Ander Wilson</dc:creator>
19+
<dc:creator>Daniel Mork</dc:creator>
20+
<link>https://journal.r-project.org/articles/RJ-2025-007</link>
21+
<description>When examining the relationship between an exposure and an outcome,
22+
there is often a time lag between exposure and the observed effect on
23+
the outcome. A common statistical approach for estimating the
24+
relationship between the outcome and lagged measurements of exposure
25+
is a distributed lag model (DLM). Because repeated measurements are
26+
often autocorrelated, the lagged effects are typically constrained to
27+
vary smoothly over time. A recent statistical development on the
28+
smoothing constraint is a tree structured DLM framework. We present an
29+
R package dlmtree, available on CRAN, that integrates tree structured
30+
DLM and extensions into a comprehensive software package with
31+
user-friendly implementation. A conceptual background on tree
32+
structured DLMs and a demonstration of the fitting process of each
33+
model using simulated data are provided. We also demonstrate inference
34+
and interpretation using the fitted models, including summary and
35+
visualization. Additionally, a built-in shiny app for heterogeneity
36+
analysis is included.</description>
37+
<guid>https://journal.r-project.org/articles/RJ-2025-007</guid>
38+
<pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate>
39+
</item>
1540
<item>
1641
<title>SIREN: A Hybrid CFA-EFA R Package for Controlling Acquiescence in Restricted Factorial Solutions</title>
1742
<dc:creator>David Navarro-Gonzalez</dc:creator>
@@ -120,31 +145,6 @@ meningitis cases in an Italian region.</description>
120145
<guid>https://journal.r-project.org/articles/RJ-2025-006</guid>
121146
<pubDate>Thu, 07 Aug 2025 00:00:00 +0000</pubDate>
122147
</item>
123-
<item>
124-
<title>Structured Bayesian Regression Tree Models for Estimating Distributed Lag Effects: The R Package dlmtree</title>
125-
<dc:creator>Seongwon Im</dc:creator>
126-
<dc:creator>Ander Wilson</dc:creator>
127-
<dc:creator>Daniel Mork</dc:creator>
128-
<link>https://journal.r-project.org/articles/RJ-2025-007</link>
129-
<description>When examining the relationship between an exposure and an outcome,
130-
there is often a time lag between exposure and the observed effect on
131-
the outcome. A common statistical approach for estimating the
132-
relationship between the outcome and lagged measurements of exposure
133-
is a distributed lag model (DLM). Because repeated measurements are
134-
often autocorrelated, the lagged effects are typically constrained to
135-
vary smoothly over time. A recent statistical development on the
136-
smoothing constraint is a tree structured DLM framework. We present an
137-
R package dlmtree, available on CRAN, that integrates tree structured
138-
DLM and extensions into a comprehensive software package with
139-
user-friendly implementation. A conceptual background on tree
140-
structured DLMs and a demonstration of the fitting process of each
141-
model using simulated data are provided. We also demonstrate inference
142-
and interpretation using the fitted models, including summary and
143-
visualization. Additionally, a built-in shiny app for heterogeneity
144-
analysis is included.</description>
145-
<guid>https://journal.r-project.org/articles/RJ-2025-007</guid>
146-
<pubDate>Thu, 07 Aug 2025 00:00:00 +0000</pubDate>
147-
</item>
148148
<item>
149149
<title>CDsampling: An R Package for Constrained D-Optimal Sampling in Paid Research Studies</title>
150150
<dc:creator>Yifei Huang</dc:creator>
10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)