Warning messages:
1: In contact_matrix(france_survey, symmetric = TRUE, age.limits = c(0, :
No 'year' column found in the data. Will use 2015 population data.
2: In pop_age(survey.pop, age.limits, ...) :
Not all age groups represented in population data (5-year age band).
I tried to process a french survey data but using the symmetric = TRUE option did nt result in a symmetric matrix:
$demography age.group population proportion year 1: [0,18) 14184155 0.2202668 2015 2: [18,64) 37111183 0.5763023 2015 3: 64+ 13100007 0.2034310 2015
$participants age.group participants proportion 1: [0,18) 682 0.3924051 2: [18,64) 672 0.3866513 3: 64+ 384 0.2209436
Warning messages: 1: In contact_matrix(france_survey, symmetric = TRUE, age.limits = c(0, : No 'year' column found in the data. Will use 2015 population data. 2: In pop_age(survey.pop, age.limits, ...) : Not all age groups represented in population data (5-year age band).