Top "Plm" questions

R package primarily concerned with panel data.

R: Plotting panel model predictions using plm & pglm

I've created two regression models using a linear panel model with plm, and a generalized panel model using poisson with …

r panel-data plm
Panel data with binary dependent variable in R

Is it possible to do regressions in R using a panel data set with a binary dependent variable? I am …

r regression panel-data plm
Fixed Effects Regression with Interaction Term Causes Error

I am trying to estimate a panel dataset with an interaction term for geographical areas (LoadArea, DischargeArea) which signifies a …

r plm
Clustered standard errors in R using plm (with fixed effects)

I'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-error
Double clustered standard errors for panel data

I 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 plm
Clustered standard errors different in plm vs lfe

When I run a cluster standard error panel specification with plm and lfe I get results that differ at the …

r plm lfe