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
Vertical Line LabelHey, I am trying to put labels on vertical lines in a twoway line graph. I was first trying to use …
Cap drop using a wildcard?Hi guys, does anyone notice that the "cap drop" command may use something like wildcard? i.e. "cap d…
Creating Date Year VariableI have Monthly IMF Trade Data. exporter importer timeperiod exports ARG USA 1990M1 12451011 A…
Ordered logistic regression where both dependent and independent variables are ordinalDear Stata society, I am currently analysing the impact of Covid19 on health professionals work, th…
clan: Stata command for cluster-level analysis of a cluster-randomised trial now available on SSCDear all, Thanks to Kit Baum, I am happy to announce a new Stata command, clan, is available in SSC…
Subscribe to:
Post Comments (Atom)
0 Response to Panel Data, one year dummy variable omitted because of collinearity
Post a Comment