Skip to content

Commit

Permalink
Remove difference, calculate this in the front end
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Dec 11, 2024
1 parent 044a6d3 commit c7cc5f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/input-comparison.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,9 @@ prepare_anc_spectrum_comparison <- function(anc, shape, pjnz) {
dat |>
dplyr::mutate(
sex = "female", age_group = "Y015_049",
group = "anc_adult_female",
difference = value_spectrum - value_naomi) |>
group = "anc_adult_female")
dplyr::select(indicator, area_name, year, group,
value_spectrum, value_naomi, difference)
value_spectrum, value_naomi)

}

Expand Down

0 comments on commit c7cc5f0

Please sign in to comment.