Displaying 1 result from an estimated 1 matches for "variable6".
Did you mean:
variables
2012 Dec 06
1
clustering of binary data
...from my data, by using
the Vegan package
mydistance<-vegdist(t(data),method="jaccard")
I receive the following error message:
Error in rowSums(x, na.rm = TRUE) : 'x' must be numeric
below an subset from my dataset:
variable1 variable2 variable3 variable4 variable5 variable6 variable7
variable8 variable9 variable10 variable11 variable12 variable13 case1 0 0 0
0 0 1 0 0 1 1 0 0 0 case2 0 0 0 0 0 1 0 NA NA 1 0 0 0 case3 0 0 0 0 0 1 0
0 1 1 0 0 0 case4 1 0 0 0 0 1 0 1 0 1 0 0 0 case5 0 0 0 0 0 1 0 0 1 1 0 0
0 case6 0 1 0 0 0 1 0 1 0 1 0 0 0 case7 0 1 0 0 0 1 0 0 1...