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
How to transform language used in a dataset in stataI got another problem while running the following code: . unicode encoding set gb18030 . unicode tr…
Fixed Effects and LSDVBelow u can find my results from different regressions. Shouldn't my results using the fixed effects…
Markstat - pdf headers and syntax highlightingHi all, Coming from an R/python background, I have been enjoying playing with German Rodriguez exce…
How to report 95% CI of random-intercept in mixed effects model?Hi All, I'm using STATA 15. My question: Would someone know how to report the 95% confidence inter…
Type I (sequential) regressionHello, I would like to run a Type I (sequential) regression model in Stata. However, I cannot find t…
Subscribe to:
Post Comments (Atom)
0 Response to Help with foreach of string variables
Post a Comment