Make large contact matrix for Cpp model.
Usage
make_conmat_large(country)
make_work_contacts(country)
make_consumer_contacts(country)
make_full_contacts(country)Value
make_conmat_large()returns a 49x49 contact matrix scaled by the size of demography groups.make_work_contacts()returns a 45-element vector (for the number of economic sectors) scaled by the number of workers per sector.make_consumer_contacts()returns a 45x4 contact matrix with each row scaled by the number of workers per sector. Dimensions are the number of economic sectors and the number of age groups.