View source: R/PMTCT_birthcounts.R
pmtct_birthcounts | R Documentation |
a function that returns a numeric vector of birth counts from the arguments of total births, a range of birth dates and an indicted birth rate
pmtct_birthcounts(
dates_needing_birth_counts,
pmtct_birth_rate,
birth_count,
time_step
)
dates_needing_birth_counts |
a vector of births dates to be assigned the birth count |
pmtct_birth_rate |
a function for the distribution of births in the interval |
birth_count |
total number of births at given date births |
time_step |
the time step between consecurtive birth dates in the vector list_of_birth_times |
Returns a vector of bith counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.