demo/net_elicit.R

##
## Interactive graphical elicitation of split-normal parameters for the UK future net migration.
##
library("fanplot")

##
##install packages if not already done so (uncomment)
##
if (!(require("shiny"))) {
  install.packages("shiny")
  library("shiny")
}

##
##run shiny app
##
runApp(system.file("netelicit", package = "fanplot"))
gragusa/fanplot2 documentation built on May 17, 2019, 8:19 a.m.