Page 1 of 1
Merge two transformed variable
Posted: Mon May 15, 2023 9:03 am
by ebernet
Hi
How can I merge 2 transformed variable in one new data variable ?
Thanks.
Re: Merge two transformed variable
Posted: Mon May 15, 2023 11:30 pm
by reason180
Hi. Assuming that your "transformed" variables are numeric, you could "merge" them by using a computed variable to compute, for each row, the maximum of the two values. See below.

- Untitled3213.png (27.57 KiB) Viewed 2558 times