I want to conduct a signrank test for the following data:
premax1 postmax1
1 1
1 1
1 1
1 1
1 1
1 1
.3333333 1
.3333333 1
.3333333 1
.3333333 1
.3333333 1
.3333333 1
.5 .6666667
.5 .6666667
.5 .6666667
.5 .6666667
.5 .6666667
.5 .6666667
.8333333 .6666667
.8333333 .6666667
.8333333 .6666667
.8333333 .6666667
.8333333 .6666667
.8333333 .6666667
....
and so on.
How could I delete the repeated variables in the data?
Make the data becomes like this:?
premax1 postmax1
1 1
.3333333 1
.5 .6666667
.8333333 .6666667
Thank you very much
premax1 postmax1
1 1
1 1
1 1
1 1
1 1
1 1
.3333333 1
.3333333 1
.3333333 1
.3333333 1
.3333333 1
.3333333 1
.5 .6666667
.5 .6666667
.5 .6666667
.5 .6666667
.5 .6666667
.5 .6666667
.8333333 .6666667
.8333333 .6666667
.8333333 .6666667
.8333333 .6666667
.8333333 .6666667
.8333333 .6666667
....
and so on.
How could I delete the repeated variables in the data?
Make the data becomes like this:?
premax1 postmax1
1 1
.3333333 1
.5 .6666667
.8333333 .6666667
Thank you very much
Comment