Skip to content

Commit 942b900

Browse files
committed
deploy: c0e5a7a
1 parent 8cb12c0 commit 942b900

File tree

11 files changed

+4143
-5057
lines changed

11 files changed

+4143
-5057
lines changed

articles.html

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,39 @@
23572357
<div class="posts-container posts-apply-limit l-page">
23582358
<div class="posts-list">
23592359
<h1 class="posts-list-caption" data-caption="All articles">All articles</h1>
2360+
<a href="articles/RJ-2025-029/" class="post-preview">
2361+
<script class="post-metadata" type="text/json">{"categories":[]}</script>
2362+
<div class="metadata">
2363+
<div class="publishedDate">Nov. 24, 2025</div>
2364+
<div class="dt-authors">
2365+
<div class="dt-author">Marco Alfó</div>
2366+
<div class="dt-author">Maria Francesca Marino</div>
2367+
<div class="dt-author">Maria Giovanna Ranalli</div>
2368+
<div class="dt-author">Nicola Salvati</div>
2369+
</div>
2370+
</div>
2371+
<div class="thumbnail">
2372+
<img/>
2373+
</div>
2374+
<div class="description">
2375+
<h2>lqmix: an R Package for Longitudinal Data Analysis via Linear Quantile Mixtures</h2>
2376+
<div class="dt-tags"></div>
2377+
<p>The analysis of longitudinal data gives the chance to observe how units'
2378+
behavior changes over time, but it also poses a series of issues.
2379+
These have been the focus of an extensive literature in the context of
2380+
linear and generalized linear regression, moving also, in the last ten
2381+
years or so, to the context of linear quantile regression for
2382+
continuous responses. In this paper, we present `lqmix`, a novel `R`
2383+
package that assists in estimating a class of linear quantile
2384+
regression models for longitudinal data, in the presence of
2385+
time-constant and/or time-varying, unit-specific, random coefficients,
2386+
with unspecified distribution. Model parameters are estimated in a
2387+
maximum likelihood framework via an extended EM algorithm, while
2388+
the corresponding standard errors are derived via a block-bootstrap
2389+
procedure. The analysis of a benchmark dataset is used to give details
2390+
on the package functions.</p>
2391+
</div>
2392+
</a>
23602393
<a href="articles/RJ-2025-031/" class="post-preview">
23612394
<script class="post-metadata" type="text/json">{"categories":[]}</script>
23622395
<div class="metadata">
@@ -2597,39 +2630,6 @@ <h2>Rendering LaTeX in R</h2>
25972630
<p>The xdvir package provides functions for rendering LaTeX fragments as labels, annotations, and data symbols in R plots. There are convenient high-level functions for rendering LaTeX fragments, including labels on ggplot2 plots, plus lower-level functions for more fine control over the separate authoring, typesetting, and rendering steps. There is support for making use of LaTeX packages, including TikZ graphics. The rendered LaTeX output is fully integrated with R graphics output in the sense that LaTeX output can be positioned and sized relative to R graphics output and vice versa.</p>
25982631
</div>
25992632
</a>
2600-
<a href="articles/RJ-2025-029/" class="post-preview">
2601-
<script class="post-metadata" type="text/json">{"categories":[]}</script>
2602-
<div class="metadata">
2603-
<div class="publishedDate">Oct. 21, 2025</div>
2604-
<div class="dt-authors">
2605-
<div class="dt-author">Marco Alfó</div>
2606-
<div class="dt-author">Maria Francesca Marino</div>
2607-
<div class="dt-author">Maria Giovanna Ranalli</div>
2608-
<div class="dt-author">Nicola Salvati</div>
2609-
</div>
2610-
</div>
2611-
<div class="thumbnail">
2612-
<img/>
2613-
</div>
2614-
<div class="description">
2615-
<h2>lqmix: an R Package for Longitudinal Data Analysis via Linear Quantile Mixtures</h2>
2616-
<div class="dt-tags"></div>
2617-
<p>The analysis of longitudinal data gives the chance to observe how unit
2618-
behaviors change over time, but it also poses a series of issues.
2619-
These have been the focus of an extensive literature in the context of
2620-
linear and generalized linear regression, moving also, in the last ten
2621-
years or so, to the context of linear quantile regression for
2622-
continuous responses. In this paper, we present `lqmix`, a novel `R`
2623-
package that assists in estimating a class of linear quantile
2624-
regression models for longitudinal data, in the presence of
2625-
time-constant and/or time-varying, unit-specific, random coefficients,
2626-
with unspecified distribution. Model parameters are estimated in a
2627-
maximum likelihood framework via an extended EM algorithm, while
2628-
parameters' standard errors are derived via a block-bootstrap
2629-
procedure. The analysis of a benchmark dataset is used to give details
2630-
on the package functions.</p>
2631-
</div>
2632-
</a>
26332633
<a href="articles/RJ-2025-011/" class="post-preview">
26342634
<script class="post-metadata" type="text/json">{"categories":[]}</script>
26352635
<div class="metadata">

articles.xml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,31 @@
1111
<link>https://journal.r-project.org/</link>
1212
</image>
1313
<generator>Distill</generator>
14-
<lastBuildDate>Fri, 24 Oct 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Mon, 24 Nov 2025 00:00:00 +0000</lastBuildDate>
15+
<item>
16+
<title>lqmix: an R Package for Longitudinal Data Analysis via Linear Quantile Mixtures</title>
17+
<dc:creator>Marco Alfó</dc:creator>
18+
<dc:creator>Maria Francesca Marino</dc:creator>
19+
<dc:creator>Maria Giovanna Ranalli</dc:creator>
20+
<dc:creator>Nicola Salvati</dc:creator>
21+
<link>https://journal.r-project.org/articles/RJ-2025-029</link>
22+
<description>The analysis of longitudinal data gives the chance to observe how units'
23+
behavior changes over time, but it also poses a series of issues.
24+
These have been the focus of an extensive literature in the context of
25+
linear and generalized linear regression, moving also, in the last ten
26+
years or so, to the context of linear quantile regression for
27+
continuous responses. In this paper, we present `lqmix`, a novel `R`
28+
package that assists in estimating a class of linear quantile
29+
regression models for longitudinal data, in the presence of
30+
time-constant and/or time-varying, unit-specific, random coefficients,
31+
with unspecified distribution. Model parameters are estimated in a
32+
maximum likelihood framework via an extended EM algorithm, while
33+
the corresponding standard errors are derived via a block-bootstrap
34+
procedure. The analysis of a benchmark dataset is used to give details
35+
on the package functions.</description>
36+
<guid>https://journal.r-project.org/articles/RJ-2025-029</guid>
37+
<pubDate>Mon, 24 Nov 2025 00:00:00 +0000</pubDate>
38+
</item>
1539
<item>
1640
<title>moonboot: An R Package Implementing m-out-of-n Bootstrap Methods</title>
1741
<dc:creator>Christoph Dalitz</dc:creator>
@@ -165,30 +189,6 @@ cases.</description>
165189
<pubDate>Tue, 21 Oct 2025 00:00:00 +0000</pubDate>
166190
<media:content url="https://journal.r-project.org/articles/RJ-2025-028/RJ-2025-028_files/figure-html5/typesetting-1.png" medium="image" type="image/png" width="1344" height="864"/>
167191
</item>
168-
<item>
169-
<title>lqmix: an R Package for Longitudinal Data Analysis via Linear Quantile Mixtures</title>
170-
<dc:creator>Marco Alfó</dc:creator>
171-
<dc:creator>Maria Francesca Marino</dc:creator>
172-
<dc:creator>Maria Giovanna Ranalli</dc:creator>
173-
<dc:creator>Nicola Salvati</dc:creator>
174-
<link>https://journal.r-project.org/articles/RJ-2025-029</link>
175-
<description>The analysis of longitudinal data gives the chance to observe how unit
176-
behaviors change over time, but it also poses a series of issues.
177-
These have been the focus of an extensive literature in the context of
178-
linear and generalized linear regression, moving also, in the last ten
179-
years or so, to the context of linear quantile regression for
180-
continuous responses. In this paper, we present `lqmix`, a novel `R`
181-
package that assists in estimating a class of linear quantile
182-
regression models for longitudinal data, in the presence of
183-
time-constant and/or time-varying, unit-specific, random coefficients,
184-
with unspecified distribution. Model parameters are estimated in a
185-
maximum likelihood framework via an extended EM algorithm, while
186-
parameters' standard errors are derived via a block-bootstrap
187-
procedure. The analysis of a benchmark dataset is used to give details
188-
on the package functions.</description>
189-
<guid>https://journal.r-project.org/articles/RJ-2025-029</guid>
190-
<pubDate>Tue, 21 Oct 2025 00:00:00 +0000</pubDate>
191-
</item>
192192
<item>
193193
<title>The CRAN Task View Initiative</title>
194194
<dc:creator>Achim Zeileis</dc:creator>
-299 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

articles/RJ-2025-029/RJwrapper.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
\volnumber{3}
1414
\year{2025}
1515
\month{September}
16-
\setcounter{page}{188}
16+
\setcounter{page}{1}
1717

1818
%% replace RJtemplate with your article
1919
\begin{article}

0 commit comments

Comments
 (0)