Hello,
I have 3 columns (varA, varB, varC) containing dummy variables (0, 1, missing values "."). I would like to generate "varD" the sum of each row, e.g. if varA==1 varB==0 varC==1 I should have varD==2. This works clearly fine when there are no missing values (varD= varA + varB + varC). But is there an easy way to let Stata read a missing value as "0" so that
varA==1 varB==. varC==1 would result in varD==2?
Thank you so much in advance.
Luisa
I have 3 columns (varA, varB, varC) containing dummy variables (0, 1, missing values "."). I would like to generate "varD" the sum of each row, e.g. if varA==1 varB==0 varC==1 I should have varD==2. This works clearly fine when there are no missing values (varD= varA + varB + varC). But is there an easy way to let Stata read a missing value as "0" so that
varA==1 varB==. varC==1 would result in varD==2?
Thank you so much in advance.
Luisa
Comment