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
Placing Bar Labels in Twoway Bar GraphsDear Stata Community, I am having some difficulties in placing mean numbers as labels above each bar…
Datetime variableHello, I converted an Excel File into a Stata File. It concerns data from a website, in which parti…
Choosing variables for logistic regressionHi everybody, I am new on STATA and maybe this can sound quite stupid, but I really need some help s…
10th and 90th centile for linear regressionI m using stata 14. I have linear regression between an index ( numerical value) and gestational age…
testFor a MonteCarlo study, we would like to have some simulated data that follows the process that the …
Subscribe to:
Post Comments (Atom)
0 Response to Panel Data, one year dummy variable omitted because of collinearity
Post a Comment