Hi everybody,
I'm using panel data to examine the effect of CEO age on tone and readability of annual reports for 5 years. I have used fixed effect and random effect. I am including year as dummies, however Stata is omitting year-dummy 2013 because of collinearity which make the total number of observations low. I am using the command:
local RHS1 "ceoage "
*/
local controls "liquidityratio netincome firmsize PriceToBookValue boardsize firmage"
foreach depvar in tone readability {
forval i = 1/1 {
xi: xtreg `depvar' `RHS`i'' i.year, re robust
Any help would be hugely appreciated.
Yours Sincerely,
dan billy
Related Posts with Panel Data, one year dummy variable omitted because of collinearity
ttable2- by Xuan Zhang & Chuntao Li- (significant level)Hi, I am using the ttable2 by Xuan Zhang & Chuntao Li and the following logout command to export…
Assigning numbers from 1 to (total number of observations) randomly to the data setHello, What is the best way to assign a random number from 1 to 413,294 (which is the total number o…
Can -stcox-* do multilevel analyses with one failure?Hi everybody, Can -stcox- do multilevel analyses with one failure?; i.e., can -stcox- take the repe…
dfmlogit multinomial fractional model compositional data analysisHi, Using Stata 13, I am running dfmlogit on the Stata dataset citybudget.dta available here use ht…
GMM with spatially autocorrelated errorsHi, I have a panel data (300 panels and 30 years) and need to estimate a GMM (difference or system …
Subscribe to:
Post Comments (Atom)
0 Response to Panel Data, one year dummy variable omitted because of collinearity
Post a Comment