How to get industry dummy variable in fixed effect model using within approach?

  1. fmethod=plm(y~x,model="within", data = pdata)
    summary(fmethod)
    Using this code I am not getting industry dummy coefficient and constant coefficient value. Is this because of demeaned approach that individual effect being eliminated. Is it correct to report results without industry dummies in fixed effect model and similarly in GMM difference approach?

A post was merged into an existing topic: How to get industry dummies in fixed effect model. I am using within effect.

Please do not duplicate open topics