powered by
bmds
Call Shiny to show the results of Bayesian analysis of multidimensional scaling in a web-based application.
bayMDSApp(out)
open Shiny app
an object of class bmds, the output of the bmds function
# \donttest{ data(cityDIST) out <- bmds(cityDIST, min_p=1, max_p=6 ) if(interactive()){bayMDSApp(out)} # }
Run the code above in your browser using DataLab