Spaces:
Running
Running
Update app.R
Browse files
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 =
|
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,
|