"variable at_exp_share11 already defined" is always displayed when I run the command. But I can confirm that I have not created this variable before.
The specific procedures are as follows
. foreach lev in 9 1 {
2. bys pcode_st`lev': egen at_exp_share11=total(exp_share11)
3. gen exp_share_aggup=exp_share11/at_exp_share11
4. }
variable at_exp_share11 already defined
r(110);
Thank you in advance. I am happy to provide more information.
Zhang Ningning
Related Posts with "variable at_exp_share11 already defined" is always displayed when I run the command.
Coefplot graph error despite running the regressionI'm supposed to get a coefplot graph using the following data and code but unfortunately I'm coming …
anycountDear all I would like to count the number of values across 5 numeric variables. I tried using "anyc…
Multiple commands in one line stored in a localI have a problem executing a local with multiple Stata commands separated by ";". If I use this cod…
Is it possible to combine binscatter and vioplot?Vioplot works on categorial x axis. binscatter makes continuous, discrete. I am looking to have a hi…
STATA slowness or problems in my data?Dear STATA users, I am writing to ask for a general opinion on STATA. I am running a logistic multil…
Subscribe to:
Post Comments (Atom)
0 Response to "variable at_exp_share11 already defined" is always displayed when I run the command.
Post a Comment