View source: R/miscellaneous.R
births_newCases | R Documentation |
Funtion that get the list of "births" for more than one combination of
parameter values and calculate the new HIV cases for each of these combinations.
It calls another function that will calculate the median, upper and lower
quantiles for each time point. See births_mq
births_newCases(birth_list, times)
birth_list |
list containg the object "births" from the solved demographic model. |
times |
time points associated to the birth list |
data.frame object in which columns correspond to times, median, upper and lower quantiles for the new HIV cases.
# TO DO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.