Hi STATA experts,
I am using foreach to run a loop for a list of string variables. The command runs but returned an error message at the end, any advice on how to correct the command is highly appreciated (variable obstcomp* include obstcomp1 to obstcomp16, which store the disease code consisted of one letter and numbers):
foreach var of varlist obstcomp*{
replace hypertension=1 if `var'=="O11" | `var'=="O12" | `var'=="O120"
> | `var'=="O121" | `var'=="O122" | `var'=="O13" | `var'=="O14" | `var'=="O140" | `var'==
> "O141" | `var'=="O142" | `var'=="O149" | `var'=="O15" | `var'=="O150" | `var'=="O151" |
> `var'=="O152" | `var'=="O159" | `var'=="O16"
}
(12,166 real changes made)
(2,702 real changes made)
(647 real changes made)
(150 real changes made)
(35 real changes made)
(2 real changes made)
(0 real changes made)
type mismatch
r(109);
end of do-file
Thank you very much in advance.
Lan
Related Posts with Help with foreach of string variables
Remaining heteroskedasticity even after using GARCH(1,1)I've also tried GARCH(1,2) and GARCH(2,1) but both of the residuals are subject to arch after testin…
"Nothing to restore" error when using parmby.Hello everyone, I am a new beginner of Stata. I tried to run a stata code written by an author whose…
Problem with using marginsDear statalist I have a problem using margins on stata command. I'm doing some research related to …
Export Summary Stats with variable labels using putexcelHi Statalisters! I am trying to make the most of stata16's new automated reporting functions, and p…
Quantile regression (multilevel data)Good morning. I wanted to ask if anyone can help me and give me information about which commands I …
Subscribe to:
Post Comments (Atom)
0 Response to Help with foreach of string variables
Post a Comment