simon-smart88 / disagapp

R shiny app for disaggregation regression
https://simon-smart88.github.io/disagapp/
0 stars 0 forks source link

Total population differs after prep #51

Closed simon-smart88 closed 1 month ago

simon-smart88 commented 1 month ago

sum(terra::values(common$agg), na.rm = TRUE) should be the same as sum(terra::values(common$agg_prep), na.rm = TRUE) and sum(terra::values(common$agg_prep_lores), na.rm = TRUE) but using agg_worldpop for madagascar for agg it is 27125031 but agg_prep is 19151572