Hello,
I am trying to get the mean scores for my research variables and I used this command to get this by country however when I tried to get it by industry, the column for the industry didn't show the industry name instead numbers how can I see the industry name? the command I use is as follows
I am trying to get the mean scores for my research variables and I used this command to get this by country however when I tried to get it by industry, the column for the industry didn't show the industry name instead numbers how can I see the industry name? the command I use is as follows
Code:
estpost tabstat VAR1 VAR2 VAR3, by(industrynamex) statistics(mean)
Comment