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
Graph export to a specific folderHi all, May I know how to export a graph as .png to a specific folder? The default location is the …
Multiple RegressionHello guys, I will run the multiple regression and calculate the expected number of children EVER BO…
how to combine (as in overlap) multiple catplots?Hi Guys, Hope you're all well. Code: catplot letter if 2020dummy==1, percent hor var1opts(sort(1)…
Need help to add observations for each category.Hi Everyone, I am trying to find the total of the variables in stata but keep getting error message…
Meta - Forest plot - How do we get high-res figures in large meta-analyses?Dear statalisters, -meta- with the option forestplot is capable of producing great forest plots, wh…
Subscribe to:
Post Comments (Atom)
0 Response to STATA not recognizing commands
Post a Comment