# NOT RUN {
## simple example with 20 random starts
diss <- sim2diss(wish, method = 7)
set.seed(123)
res <- icExplore(diss, type = "ordinal", nrep = 20, returnfit = TRUE)
res
plot(res)
## The number reflects the index of corresponding MDS fit,
## the size reflects the stress value: the larger the font, the larger the
## stress (i.e., the worse the solution).
res$mdsfit[[14]] ## bad fitting solution
res$mdsfit[[3]] ## better fitting solution
# }
Run the code above in your browser using DataLab