R package primarily concerned with panel data.
I've created two regression models using a linear panel model with plm, and a generalized panel model using poisson with …
r panel-data plmIs it possible to do regressions in R using a panel data set with a binary dependent variable? I am …
r regression panel-data plmI am trying to estimate a panel dataset with an interaction term for geographical areas (LoadArea, DischargeArea) which signifies a …
r plmI'm trying to run a regression in R's plm package with fixed effects and model = 'within', while having clustered standard …
r stata plm standard-errorI have a panel data set in R (time and cross section) and would like to compute standard errors that …
r regression standard-error panel-data plmWhen I run a cluster standard error panel specification with plm and lfe I get results that differ at the …
r plm lfe