Hello everyone,
I am doing an analysis and am struggling with the esttab feature, more specifically with the names for the variables:
I'm doing a regression that takes five continents into account, which I modelled by using the "i."-command. Now the problem is that the esttab command doesn't properly display the continent names anymore and I cannot find a way to change the variable names. When using the "label" command, it doesn't work and only puts out:
1bn.Countries' continent .
.
2.Countries' continent 1.210**
(3.04)
3.Countries' continent 0.365
(1.13)
4.Countries' continent 1.036*
(2.45)
5.Countries' continent
Which does not look nice, as the names should obviously be Africa, Europe, Americas, Asia, Oceania
I tried everything I could and also googled around but couldn't find a solution so I'm glad if anyone can point me in the right direction.
Thanks in advance and all best,
Josef
Related Posts with Esttab output not showing correct variable names after using the "i."-command
Likert scale outcome with a skewed distribution -- what should I do for a latent growth model?Dear Stata users, I am working with an outcome variable asked in a Likert scale, repeated measures f…
Fixed Effects Regression - Specifying More Than One Time Fixed VariableHello, I am conducting a fixed effects regression on panel data of 17 countries within the Eurozone…
Removing note on the bottom-left of a FigureDear All, Suppose I run the code Code: sysuse auto, clear graph bar price, by(foreign) and obtain a…
Command "esttab": Adding more digits to odds ratio coefficientsHi, I'm working with logit model and OR to interpret results. After run regress one of the models s…
How to calculate bootstrap SE of the between-group difference in covariance (between two vars)Dear list, My example code is as follows: Code: webuse auto, clear forvalues i=1/50 { qui gen…
Subscribe to:
Post Comments (Atom)
0 Response to Esttab output not showing correct variable names after using the "i."-command
Post a Comment