cjerzak commited on
Commit
d084352
·
verified ·
1 Parent(s): 091a540

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -560,7 +560,7 @@ def satellite_stats(points, start, end, scale=250):
560
  K = input$K,
561
  B = input$B,
562
  seed = input$seed,
563
- label = ifelse(input$audit_type == "randomization"),yes = input$treat_col, no = input$missing_col,
564
  xgboost_ntree = input$ntree
565
  )
566
  }, error = function(e) {
 
560
  K = input$K,
561
  B = input$B,
562
  seed = input$seed,
563
+ label = ifelse(input$audit_type == "randomization",yes = input$treat_col, no = input$missing_col),
564
  xgboost_ntree = input$ntree
565
  )
566
  }, error = function(e) {