cjerzak commited on
Commit
5e731af
·
verified ·
1 Parent(s): f59d741

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -525,7 +525,7 @@ ui <- dashboardPage(
525
 
526
  br(),
527
  actionButton("run_randtest_btn", "Run Randomization Test"),
528
- checkboxInput("findFI", "Compute Fiducial Interval?", value = FALSE)
529
  ),
530
 
531
  box(width = 8, title = "Test Results", status = "info", solidHeader = TRUE,
 
525
 
526
  br(),
527
  actionButton("run_randtest_btn", "Run Randomization Test"),
528
+ checkboxInput("findFI", "Compute Fiducial Interval?", value = TRUE)
529
  ),
530
 
531
  box(width = 8, title = "Test Results", status = "info", solidHeader = TRUE,