Skip to content

best ordination method for binary variables

2 messages · Marco, David L Carlson

1 day later
#
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