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
Using the function as.matrix() to transform my dataframe is the magic that got the function to run for me.