Displaying 1 result from an estimated 1 matches for "idyosiyncratic".
Did you mean:
idiosyncratic
2013 Nov 06
1
resdiuals of random model estimated by plm function
...example:
data("Produc", package = "plm")
zz <- plm(log(gsp) ~ log(pcap) + log(pc) + log(emp) + unemp,
model="random", data = Produc, index = c("state","year"))
res<-zz$residuals # vector of the residuals.
the vector res is the sum of the idyosiyncratic (eit) and individual
(ui) component or is only the idyosiyncratic (eit) component?
Thanks
Alfonso