# NOT RUN {
data("studentmigration")
mm<-studentmigration
mm[mm==0]<-.5 # replace zeroes by a small number
mm <- -log(mm/sum(mm)) # convert similarities to dissimilarities
v<-mdsunique(mm, ndim = 2, itmax = 2100, verbose=FALSE, eps = .0000000001)
plot(v, yplus = .3)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab