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
Exporting Covariance Structure to Excel by YearHi All, I am running models using the GSEM command for three outcomes (gender wage gap, migrant wag…
Testing difference between the odds ratios of two testsHello I am trying to predict a binary disease outcome (AD). I have two 'tests' that I would like to…
Generate summed variablesDear Statlists, I have a dataset consisting of a large number of different products and their month…
Calculating sigma convergence using nl model in stataHey, I am currently trying to evaluate sigma convergence on NUTS 3 level within the EU and was unsu…
Albatross Plot - By() more than one variableI am creating an albatross plot (basically a scatter of p-values vs sample size) of compiled literat…
Subscribe to:
Post Comments (Atom)
0 Response to Panel Data, one year dummy variable omitted because of collinearity
Post a Comment