Friedman test unreplicated complete block design error

后端 未结 6 2049
北海茫月
北海茫月 2021-01-18 15:16

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         


        
6条回答
  •  天命终不由人
    2021-01-18 15:28

    Using the function as.matrix() to transform my dataframe is the magic that got the function to run for me.

提交回复
热议问题