In "R - project" I am trying to estimate the panel data lm
model with plm
function. When I include 3 dummy variables into the regression it doesn't appear in the summary of the model, but when I estimate a simple lm
model it appears.
Why is it so? What should I do to estimate the statistics for those dummy variables?