Hi All,
Another problem that I have with my code below
is that it turns out the message that I exceed the limit of
the macro. How could I possibly solve the problem?
Regards,
Socrates
#delimit;
su group, meanonly
forvalues i=1/`r(max)' {;
levelsof bvd_id_number, local(levels)
foreach l of local levels {;
local k=1
while `k'<=`year_count' {;
replace gamo=gamo + (tax[_`l']-tax[_`k'])*ratio_assets[_`k'] if bvd_id_number==`l'
local k=`k'+1
};
};
};
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/