Hi,
I have a dataset with several variables that I need to subtract from each other, as in the example:
(A-B)+(C-D)
Since they are the same number of observations, I would like to have them so that
Note that, I would like also to have them in increasing order if possible.
Does somebody know how to do it?
I have a dataset with several variables that I need to subtract from each other, as in the example:
(A-B)+(C-D)
A | B | C | D |
. | 2 | . | 3 |
. | 1 | 1 | . |
. | 3 | 2 | . |
1 | . | 2 | . |
2 | . | . | 2 |
5 | . | . | 5 |
Since they are the same number of observations, I would like to have them so that
|
Note that, I would like also to have them in increasing order if possible.
Does somebody know how to do it?
Comment