Hi guys, I just have the following problem. I am trying to learn as much as possible about Data Science topics. Right now I'm learning pandemonium data and FE and RE. For this I have downloaded a panel dataset from the net and started to estimate. I use the following "guide" for this; https://www.princeton.edu/~otorres/Panel101.pdf.
Now I have the following regression equation. reg lnwage union educ exp i.year, Now a dummy variable is automatically removed (1980), furthermore the variable 1987 and the variable "educ". But if I now estimate the model without "exp", then only education is omitted. Why is it that two variables are removed once, but only once the other time? I know it says 'because of collinearity' but i dont understand where it comes from. Thank you!


Now I have the following regression equation. reg lnwage union educ exp i.year, Now a dummy variable is automatically removed (1980), furthermore the variable 1987 and the variable "educ". But if I now estimate the model without "exp", then only education is omitted. Why is it that two variables are removed once, but only once the other time? I know it says 'because of collinearity' but i dont understand where it comes from. Thank you!
Comment