Displaying 1 result from an estimated 1 matches for "otomax".
2006 Mar 04
1
Npmc for doing post-hoc after Kruskal
...must be atomic" but there
never appeared to be a resolution.
> npmc(npmcinput)
Error in sort(unique.default(x), na.last = TRUE) : 
        'x' must be atomic
Here is the dataframe I created and called npmcinput
To prove that I have the data set up correctly I ran
> kruskal.test(OtoMax~grp)
        Kruskal-Wallis rank sum test
data:  OtoMax by grp 
Kruskal-Wallis chi-squared = 59.4028, df = 3, p-value = 7.885e-13
   grp OtoMax
1    1      0
2    1      1
3    1      0
4    1      1
5    1      1
6    1      1
7    1      1
8    1      1
9    1      1
10   1      2
11   1...