there'll be collinearity by adding the industry dummy, hence industry dummy will be dropped. no problem with the year dummy.
Using random effect will solve the problem. however, hausman test indicate fixed effects is better.
3.The firm individual fixed effects have taken into account that there are differences among countries. However, we need to know the magnitude of the industry effect if fixed effects is used.
As you know, you can't have two complete sets of dummies. It also never makes any difference to anything in the regression which dummy is dropped. But if it is more convenient to see all the dummy coefficients for one factor, put it first in the formula.
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?