cjerzak commited on
Commit
97bcf07
·
verified ·
1 Parent(s): abba9a0

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +11 -1
app.R CHANGED
@@ -243,7 +243,17 @@ ui <- fluidPage(
243
  p("2. Specify the single lambda to be used."),
244
  p("3. Click 'Compute Results' to retrieve the pre-computed optimal strategies."),
245
  p("4. Choose a factor to view its distribution."),
246
- p("5. Use 'View Previous Results' to toggle among past computations.")
 
 
 
 
 
 
 
 
 
 
247
  ),
248
 
249
  mainPanel(
 
243
  p("2. Specify the single lambda to be used."),
244
  p("3. Click 'Compute Results' to retrieve the pre-computed optimal strategies."),
245
  p("4. Choose a factor to view its distribution."),
246
+ p("5. Use 'View Previous Results' to toggle among past computations."),
247
+ #
248
+ hr(),
249
+ p(
250
+ em("For full methodological details, see "),
251
+ a("Jerzak et al. (2025)",
252
+ href = "https://arxiv.org/abs/2504.19043",
253
+ target = "_blank",
254
+ style = "text-decoration: underline;"),
255
+ em(" on arXiv.")
256
+ )
257
  ),
258
 
259
  mainPanel(