From 7d44b66ce2b5f5b106f04c45501864ada94f73ba Mon Sep 17 00:00:00 2001 From: CamilleFairbourn <camille.fairbourn@gmail.com> Date: Sun, 4 Oct 2020 15:45:32 -0400 Subject: [PATCH] further from center than --- OneProportionResamplingTest/app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OneProportionResamplingTest/app.R b/OneProportionResamplingTest/app.R index bdfc053..125efba 100644 --- a/OneProportionResamplingTest/app.R +++ b/OneProportionResamplingTest/app.R @@ -97,7 +97,7 @@ ui <- fluidPage(useShinyjs(), textOutput("summary"), fluidRow( column(textOutput("count.samples"), width = 3), - column(selectInput("inequality", NULL, c("greater than", "less than", "further from center")), width = 3), + column(selectInput("inequality", NULL, c("greater than", "less than", "further from center than")), width = 3), column(textInput("cutoff", NULL), width = 4), textOutput("counts")) ) -- GitLab