I\'m having trouble running a Friedman test over my data. I\'m trying to run a Friedman test using this command:
friedman.test(mean ~ isi | expId, data=monoS
Just thought I would mention I found this post because I was getting a similar error message. The above suggestions did not solve it. Strangely, I had to sort my dataframe so that block by block the groups appeared in order (i.e. I could not have the following: Block 1 A Block 1 B Block 2 B Block 2 A
It has to appear as A, B, A, B)