cjerzak commited on
Commit
c1fc616
·
verified ·
1 Parent(s): 282d144

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +6 -6
app.R CHANGED
@@ -24,16 +24,16 @@ ui <- fluidPage(
24
  sidebarLayout(
25
  sidebarPanel(
26
  numericInput("alpha0", "Concentration Parameter (alpha0):",
27
- value = 6, min = 0.1, step = 0.1),
28
 
29
- numericInput("alphaTilde1", "alpha-tilde1:", 0.33, min = 0.0001, step = 0.01),
30
  numericInput("alphaTilde2", "alpha-tilde2:", 0.33, min = 0.0001, step = 0.01),
31
 
32
- sliderInput("nsim", "Number of Dirichlet samples (Monte Carlo):",
33
- min = 1000, max = 10000, value = 5000, step = 1000),
34
-
35
  helpText("Note: alpha-tilde3 is automatically 1 - (tilde1 + tilde2)."),
36
- helpText("All tilde-params must be positive and sum exactly to 1.")
 
 
 
37
  ),
38
 
39
  mainPanel(
 
24
  sidebarLayout(
25
  sidebarPanel(
26
  numericInput("alpha0", "Concentration Parameter (alpha0):",
27
+ value = 4, min = 0.1, step = 0.1),
28
 
29
+ numericInput("alphaTilde1", "alpha-tilde1:", 0.41, min = 0.0001, step = 0.01),
30
  numericInput("alphaTilde2", "alpha-tilde2:", 0.33, min = 0.0001, step = 0.01),
31
 
 
 
 
32
  helpText("Note: alpha-tilde3 is automatically 1 - (tilde1 + tilde2)."),
33
+ helpText("All tilde-params must be positive and sum exactly to 1."),
34
+
35
+ sliderInput("nsim", "Number of Dirichlet samples (Monte Carlo):",
36
+ min = 1000, max = 10000, value = 5000, step = 1000)
37
  ),
38
 
39
  mainPanel(