Skip to content
Snippets Groups Projects
Commit a14824b7 authored by thierrychambert's avatar thierrychambert
Browse files

corrected a small error on elicitation run reactivity (server)

parent 41e24ecd
No related branches found
No related tags found
No related merge requests found
......@@ -440,7 +440,7 @@ server <- function(input, output, session){
# Case 1.1 : Values from expert elicitation (if2)
if(input$fatalities_input_type == "eli_exp"){
if(!(is.null(param$pop_size_eli_result))){
if(!(is.null(param$fatalities_eli_result))){
param$fatalities_mean <- c(0, round(param$fatalities_eli_result$mean))
param$onset_time <- NULL
param$fatalities_se <- c(0, round(param$fatalities_eli_result$SE))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment