powered by
(Dis)similarity based brand maps (MDS)
mds( dataset, id1, id2, dis, method = "metric", nr_dim = 2, seed = 1234, data_filter = "", envir = parent.frame() )
A list of all variables defined in the function as an object of class mds
Dataset
A character variable or factor with unique entries
A numeric measure of brand dissimilarity
Apply metric or non-metric MDS
Number of dimensions
Random seed
Expression entered in, e.g., Data > View to filter the dataset in Radiant. The expression should be a string (e.g., "price > 10000")
Environment to extract data from
See https://radiant-rstats.github.io/docs/multivariate/mds.html for an example in Radiant
summary.mds to summarize results
summary.mds
plot.mds to plot results
plot.mds
mds(city, "from", "to", "distance") %>% str() mds(diamonds, "clarity", "cut", "price") %>% str()
Run the code above in your browser using DataLab