01 January 2016 2 5K Report

I have a dataset, called data

1) data.dist=vegdist(data)  # get the bray-curits distance

2) prediction.strength(data.dist,M=10,clustermethod=pamkCBI,diss=TRUE,usepam=TRU)

# I hope to do the prediction.strength based on the bray-curits distance,but it not work.

Does anyone know how to do prediction.strength based on the bray-curits distance matrix and with pam clustering? Thank you!

Similar questions and discussions