Hi everyone,
When you use merge with the update replace option, all values from master variables are replaced by nonmissing values from using.
I would like to know if there is an alternative to replace by missing values in case the variable is nonmissing in master and missing in using.
For instance:
Var1 = 5 (Master)
Var1 = . (Using)
Var1 = . (Result after merge)
Thank you very much.
Christophe
When you use merge with the update replace option, all values from master variables are replaced by nonmissing values from using.
I would like to know if there is an alternative to replace by missing values in case the variable is nonmissing in master and missing in using.
For instance:
Var1 = 5 (Master)
Var1 = . (Using)
Var1 = . (Result after merge)
Thank you very much.
Christophe
Comment