bayMDSApp {bayMDS} | R Documentation |
bmds
functionCall Shiny to show the results of Bayesian analysis of multidimensional scaling in a web-based application.
bayMDSApp(out)
out |
an object of class |
open Shiny app
data(cityDIST)
out <- bmds(cityDIST, min_p=1, max_p=6 )
if(interactive()){bayMDSApp(out)}