Displaying 1 result from an estimated 1 matches for "streambank".
2008 May 14
0
npmc and data.frame problems
Hello,
I am trying to run a nonparametric comparison of multiple datasets (A-E).
After importing my csv file I sorted the variable value by the letter class
(representing height along a streambank).
a=Z[Letter=="A"]
b=Z[Letter=="B"]
c=Z[Letter=="C"]
d=Z[Letter=="D"]
e=Z[Letter=="E"]
Next I tested normality and variance assumptions and the data was not normal
and the variances were not equal. So I ran a kruskal wallis test.
kruskal.test...