# sample data
data(data20)
# dissimilarity matrix calculation
prox.good2 <- good2(data20)
# dissimilarity matrix calculation with variable weights
weights.good2 <- good2(data20, var.weights = c(0.7, 1, 0.9, 0.5, 0))
Run the code above in your browser using DataLab