From b9e833a0cf685c440f48f68eeb08d5237f46a9a4 Mon Sep 17 00:00:00 2001 From: Quinten De Wettinck <34441206+quintendewettinck@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:16:05 +0200 Subject: [PATCH] fix typo in within-group transformation definition for PLPR model fix typo in the within-group (WG) transformation in the partially linear panel regression (PLPR) documentation: use W instead of X --- doc/guide/models/plm/plpr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide/models/plm/plpr.rst b/doc/guide/models/plm/plpr.rst index 11cb2f3..8b57db6 100644 --- a/doc/guide/models/plm/plpr.rst +++ b/doc/guide/models/plm/plpr.rst @@ -93,7 +93,7 @@ where :math:`a_i`, :math:`c_i` are random effects and covariate unit means These approaches remove individual heterogeneity from the model by transforming the data. For some random variable :math:`W_{it}`, define the First-Difference (FD) transformation :math:`Q(W_{it}) = W_{it} - W_{it-1}` (for :math:`t=2, \dots, T`), and the Within-Group (WG) -transformation :math:`Q(W_{it}) = X_{it} - \bar{X}_{i}`, where :math:`\bar{W}_{i} = T^{-1} \sum_{t=1}^T W_{it}`. +transformation :math:`Q(W_{it}) = W_{it} - \bar{W}_{i}`, where :math:`\bar{W}_{i} = T^{-1} \sum_{t=1}^T W_{it}`. The PLPR model under the transformation approaches takes the form