"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.
Standardization / z-transformation of matrixHi there, I want to standardize a large matrix (several 1000 rows and colums), so that it it has a m…
Interaction Effect Interpretation in Multiple RegressionHi! I was wondering whether someone could help me with the following, I am trying to interpret an …
How can I remove spaces in string variableHello everybody! I have a string variable labelled "X", which contains a series of numerical codes …
Some queries about the latest sjlatexFellow Statalisters (especially StataCorp) I recently tried to update my version of sjlatex to the …
stcox regression with unobserved heterogeneity: delayed entries or gaps detectedHello, I am studying a policy reform by using a duration model (cox proportional hazard). When I am…
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