From 7ff0828f73fbebaa3b9856908fa8739db5320e90 Mon Sep 17 00:00:00 2001 From: hannajankowski Date: Wed, 16 Aug 2023 13:37:35 -0400 Subject: Update ui.R First attempt by HJ --- R/ui.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ui.R b/R/ui.R index 060b5bc..8a82158 100644 --- a/R/ui.R +++ b/R/ui.R @@ -60,7 +60,7 @@ ui <- function() { shiny::fluidPage( # WHITE & PANAGO (WP). shiny::tags$details( shiny::tags$summary(shiny::h4("White & Panago (WP)")), - shiny::p("Method due to [White and Pagano(2008)], assumes a branching process based model. Serial + shiny::p("Method due to White and Pagano (2008), assumes a branching process based model. Serial distribution can be assumed known or can be estimated using maximum likelihood; When serial interval is unknown the method takes longer to compute, though is still real-time."), shiny::br(), -- cgit v1.2.3