stratify.males.by.orientation | R Documentation |
Returns an array with same dimensions and dimnames as population.to.stratify, except that the males have been split into heterosexual males and MSM
stratify.males.by.orientation( population.to.stratify, msm.multiplier = 1, heterosexual.multiplier = 1, male.name = "male", heterosexual.male.name = "heterosexual_male", msm.name = "msm" )
population.to.stratify |
A population where dimnames for one dimension includes male.name |
msm.multiplier, heterosexual.multiplier |
The numbers by which to multiply the males in population.to.stratify to yield the corresponding populations in the stratified population |
male.name |
The name given to males in a dimension of population.to.stratify |
heterosexual.male.name, msm.name |
The names to be given to heterosexual males and MSM in the return value |
expand.population.to.hiv.negative
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.