Skip to content

Commit

Permalink
Randblinder minor update (#35)
Browse files Browse the repository at this point in the history
* Add randomization and blinder tool

* Finalizing edits to randblinder tool, updating a few spots to fix R CMD CHECK issues

* Update with correct stratum name
  • Loading branch information
petersonR authored Nov 15, 2024
1 parent 809eb15 commit b6b9a3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/shiny_app/randblinder.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ ui <- fluidPage(theme = shinytheme("yeti"),
numericInput("length", "Number to randomize per strata", value = 100),
numericInput("length.max", "Maximum conceivable sample size (warning: changes allocations)", value = 1000),
numericInput("strata", "Number of strata", value = 4),
textInput("strata_names", "Strata names (comma separated)", value = "Yale,Harvard,BU,CU"),
textInput("strata_names", "Strata names (comma separated)",
value = "Yale,Stanford,BU,CU"),
submitButton("Update"), hr(),
downloadButton("dl_blind", label = "Download Blinded Data"), br(),
downloadButton("dl_unblind", label = "Download Unblinded Data"), br()
Expand Down

0 comments on commit b6b9a3f

Please sign in to comment.