View source: R/susceptibles_population.R
susceptible_population | R Documentation |
a function that returns a matrix of numeric values for age and time, representing the number of individuals within the population who are alive and not infected
susceptible_population(
cumulative_survival_matrix,
birth_counts,
pmtct_birthcount
)
cumulative_survival_matrix |
matrix of cumulative survival probabilities in the susceptible from birth till the specified age and time. |
birth_counts |
vector of numberic values representing the total birth counts for each birth count. |
pmtct_birthcount |
number of newborns infected |
a matrix of the susceptible population at a specified age and time. number in each cell of the matrix represent the number of individuals in the population who are alive and un-infected
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.