mrc-ide / covid-sim

This is the COVID-19 CovidSim microsimulation model developed by the MRC Centre for Global Infectious Disease Analysis hosted at Imperial College, London.
GNU General Public License v3.0
1.23k stars 256 forks source link

Columns in age-specific output #467

Closed klpn closed 3 years ago

klpn commented 3 years ago

If age-specific output is created by setting OutputAge to 1, the column C[age] in the generated *avNE.age.xls, which, according to the documentation, should contain critical cases for the age group, actually contains cases (seems to be due to output generation, and update of incCa).

dlaydon commented 3 years ago

Thanks for spotting. You're right, documentation should indeed state that .incCa is the incidence of cases (i.e. symptomatic). https://github.com/mrc-ide/covid-sim/pull/468 resolves this. Cheers!