Dismod Integrand Mappings

There is a big of mapping that has to occur between GBD measures and Dismod-AT integrands and rates. Functions and dictionaries to aid in this mapping are, for example:

cascade_at.dismod.integrand_mappings.integrand_to_gbd_measures(df, integrand_col)[source]

Maps the integrand column to measure IDs and adds in filler measures where necessary (e.g. copies over Sincidence to incidence).

Parameters
  • df (DataFrame) – data frame with integrand

  • integrand_col (str) – column name for integrand column

Returns

Return type

data frame with integrands mapped to measures

See here for more details.