Originally posted by Clyde Schechter
View Post
They are very helpful!
summ x2 gen x2_high = (x2 > `r(mean)' + `r(sd)'
replace x2_cat = 1 if x2_low == 1
replace x2_cat = 2 if x2_high == 1
Comment