Skip to content

Commit

Permalink
Merge pull request #46 from ssi-dk/fix_obj_value
Browse files Browse the repository at this point in the history
Minor error fix
  • Loading branch information
SofiaOtero authored Dec 17, 2024
2 parents dedc6e9 + 26d7dbc commit 023a44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/seasonal_burden_levels.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ seasonal_burden_levels <- function(
high_conf_level = quantiles_fit$conf_levels,
values = stats::setNames(level_step_log, c("very low", "low", "medium", "high")),
par = quantiles_fit$par,
obj_value = quantiles_fit$conf_levels,
obj_value = quantiles_fit$obj_value,
converged = quantiles_fit$converged,
family = quantiles_fit$family,
disease_threshold = disease_threshold
Expand Down

0 comments on commit 023a44e

Please sign in to comment.