inst/shinyContraBayes/ui.R

shinyUI(basicPage(
  h1("Achievable sensitivity and specificity"),
  numericInput("prevalence", label = "prevalence",
               value=0.5, min = 0, max=1, step = 0.05),
  plotOutput("contraBayesPlot", hover="contraBayesPlot_hover"),
  tableOutput("parameterTable")
))
professorbeautiful/NNTbiomarkerHome documentation built on June 7, 2019, 8:28 a.m.