Update app.R
Browse files
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"
|
| 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) {
|