Hi,
I've been running into the issue below where stata stops recognizing my commands and instead lists them as part of a numbered list.
Thanks for the help.
. use PSPS_10_SUPPRESS, clear
.
. forvalues x = 11/21{
2.
. append using PSPS_`x'_SUPPRESS, force
3. 4 5total patients if hcpcs_cd="93016"
6. . total submitted_service_cnt if hcpcs_cd="93016"
7. total submitted_service_cnt if hcpcs_cd="93016"
8. save "XXXX\PSPSall.dta"
9. exit, clear
10. exit, clear
11.
Related Posts with STATA not recognizing commands
help with foreach using 2 variable lists to generate a new variableHello all. I am trying to use foreach to generate a new variable based on multiple variables from 2 …
Help with new variable generationHi, I`m trying to generate a new variable = different expressions by sex, but only if sex==0 the exp…
Merge Panel Data set by IdsI have a panel data set (Master) with id, name, month, and year. I have another data set (Data set …
Why different results for tests for serial correlation / autocorrelation in panel data (abar, actest, xtserial)?I would like to test my panel data for serial correlation. The panel data is unbalanced and has gaps…
different count problems within variablesHi there! The forum already helped me a great deal (thx especially to Nick Cox!). However I am now …
Subscribe to:
Post Comments (Atom)
0 Response to STATA not recognizing commands
Post a Comment