multiply.contact.array.to | R Documentation |
Fundamentally, a contact array can be thought of as taking the outer product of a 'from array' with a 'to array'. This function equates to multiplying the to array portion prior to taking the outer product with the from array portion
multiply.contact.array.to(jheem, contact.array, to.multiplier)
jheem |
An object of |
contact.array |
A contact array, with dimensions: [age.from, race.from, subpopulation.from, sex.from, risk.from, age.to, race.to, subpopulation.to, sex.to, risk.to, non.hiv.subset.to] |
from.multiplier |
An array with dimensions matching the HIV-negative population: [age, race, subpopulation, sex, risk, non.hiv.subset] |
Other functions for transmission contact arrays:
create.contact.array.from.marginals()
,
get.contact.array.skeleton()
,
multiply.contact.array.from()
,
set.transmission.contact.array()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.