- shiny::actionButton(inputId="addWP", label="Add")
- ),
- # SEQUENTIAL BAYES (seqB).
- shinyBS::bsCollapsePanel(title="Sequential Bayes (seqB)",
- "This is a description of the method.",
- shiny::br(), shiny::br(),
- shiny::fluidRow(
- shiny::column(8, shiny::textInput(inputId="serialseqBInput", label="Mean Serial Interval")),
- shiny::column(4, shiny::selectInput(inputId="serialseqBUnits", label="Time units", choices=list("Days", "Weeks")))
- ),
- shiny::span(shiny::textOutput(outputId="serialseqBWarn"), style="color: red"),
- shiny::textInput(inputId="kappaInput", label=shiny::HTML(paste0("Maximum value of the uniform prior", shiny::tags$sup(id="kappaTool", "[?]"))), value="20"),
- shinyBS::bsTooltip(id="kappaTool", "Some information. By default, this is set to 20.", placement="right", trigger="hover"),
- shiny::span(shiny::textOutput(outputId="kappaWarn"), style="color: red"),
- shiny::actionButton(inputId="addseqB", label="Add")
- ),
- # INCIDENCE DECAY (ID).
- shinyBS::bsCollapsePanel(title="Incidence Decay (ID)",
- "This is a description of the method.",
- shiny::br(), shiny::br(),
- shiny::fluidRow(
- shiny::column(8, shiny::textInput(inputId="serialIDInput", label="Mean Serial Interval")),
- shiny::column(4, shiny::selectInput(inputId="serialIDUnits", label="Time units", choices=list("Days", "Weeks")))
- ),
- shiny::span(shiny::textOutput(outputId="serialIDWarn"), style="color: red"),
- shiny::actionButton(inputId="addID", label="Add")
- ),
- # INCIDENCE DECAY & EXPONENTIAL ADJUSTEMENT (IDEA).
- shinyBS::bsCollapsePanel(title="Incidence Decay and Exponential Adjustement (IDEA)",
- "This is a description of the method.",
- shiny::br(), shiny::br(),
- shiny::fluidRow(
- shiny::column(8, shiny::textInput(inputId="serialIDEAInput", label="Mean Serial Interval")),
- shiny::column(4, shiny::selectInput(inputId="serialIDEAUnits", label="Time units", choices=list("Days", "Weeks")))
+ # INCIDENCE DECAY (ID).
+ shinyBS::bsCollapsePanel(title="Incidence Decay (ID)",
+ "This is a description of the method.",
+ shiny::br(), shiny::br(),
+ shiny::fluidRow(
+ shiny::column(8, shiny::textInput(inputId="serialIDInput", label="Mean Serial Interval")),
+ shiny::column(4, shiny::selectInput(inputId="serialIDUnits", label="Time units", choices=list("Days", "Weeks")))
+ ),
+ shiny::span(shiny::textOutput(outputId="serialIDWarn"), style="color: red"),
+ shiny::actionButton(inputId="addID", label="Add")