Hi trying to do a Mann Whitney test - used the code as seen below:
ranksum Newtreadmill, by(Fitbit) porder exact
The following error came up:
more than 2 groups found, only 2 allowed
r(499);
I am only using 2 groups....
CODE]
* Example generated by -dataex-. For more info, type help dataex
clear
input float(Fitbit Newtreadmill)
645 602
658 636
717 692
691 709
730 654
end
[/CODE]
ranksum Newtreadmill, by(Fitbit) porder exact
The following error came up:
more than 2 groups found, only 2 allowed
r(499);
I am only using 2 groups....
CODE]
* Example generated by -dataex-. For more info, type help dataex
clear
input float(Fitbit Newtreadmill)
645 602
658 636
717 692
691 709
730 654
end
[/CODE]
Comment