Skip to content
Prev 318470 / 398506 Next

best ordination method for binary variables

It is always useful to look at the data in multiple ways. The unique()
function will remove the duplicates in your data so that isoMDS will work:
[,1] [,2]
 [1,]    1    0
 [2,]    1    1
 [3,]    0    1
 [4,]    1    0
 [5,]    1    0
 [6,]    1    1
 [7,]    1    1
 [8,]    0    0
 [9,]    1    0
[10,]    1    1
[,1] [,2]
[1,]    1    0
[2,]    1    1
[3,]    0    1
[4,]    0    0

----------------------------------------------
David L Carlson
Associate Professor of Anthropology
Texas A&M University
College Station, TX 77843-4352