I would like to ask if it is possible to extract coefficients for individual observations for a given variable in panel data using plm
in R, for instance using the example data:
wi <- plm(inv ~ value + capital, data = Grunfeld, model = "within", effect = "twoways")
In other words, in this example a coefficient for each of the firms in the sample.