Hi everyone,
I would like to automatically merge values from one row in my dataset to all values in the same column.
To illustrate, the dataset looks as following:
Yet, I have not figured out a way to combine the labesl with the values.
I have looked at labmask (which is still likely to be included in the solution) but I have not yet figured out a solution.
I´m thankful for any hint.
Best,
Jay
I would like to automatically merge values from one row in my dataset to all values in the same column.
To illustrate, the dataset looks as following:
Var1 | Var2 | Var3 | Var4 | Var5 |
1 Male 0 Female |
1 Yes 0 No |
1 Agree 0 disagree |
1 Strongyl agree 2 Agree 3 Disagree 4 strongyl disagree |
1 Yes 0 No |
0 | 1 | 1 | 3 | 1 |
0 | 0 | 1 | 4 | 1 |
1 | 1 | 1 | 1 | 1 |
1 | 0 | 0 | 2 | 0 |
I have looked at labmask (which is still likely to be included in the solution) but I have not yet figured out a solution.
I´m thankful for any hint.
Best,
Jay
Comment