Hello,
i am using egen in Stata 16.1
In my previous data anlysis the code below worked pretty well.
The code looked somehting like:
egen Faktor1_specific = mean(Faktor1) if vote ==1
the dummy variable vote and also Faktor are having values and seemed to be corred
The problem is that only missings are generated when using egen for Faktor1_specific.
I do get value output for vote and for Faktor1, but i get only missings when i use egen Faktor1_specific
Thanks for any help !!!!
i am using egen in Stata 16.1
In my previous data anlysis the code below worked pretty well.
The code looked somehting like:
egen Faktor1_specific = mean(Faktor1) if vote ==1
the dummy variable vote and also Faktor are having values and seemed to be corred
The problem is that only missings are generated when using egen for Faktor1_specific.
I do get value output for vote and for Faktor1, but i get only missings when i use egen Faktor1_specific
Thanks for any help !!!!
Comment