Hello,
I am looking to generate new variable that is a minimum of two variables.
For example
age age2 New_Age
5 6 5
2 1 1
4 3 3
7 5 5
how would I create New_Age?
Thank you
I am looking to generate new variable that is a minimum of two variables.
For example
age age2 New_Age
5 6 5
2 1 1
4 3 3
7 5 5
how would I create New_Age?
Thank you
Comment