get_n_alive | R Documentation |
Given the antibody_data data frame, calculates the number that are alive (alive to be infected, that is) for each time in times
get_n_alive(antibody_data, times)
antibody_data |
the data frame of titre data. See |
times |
the vector of times to calculate number alive for |
a vector giving the number alive in each time point
Other get_summary:
get_DOBs()
,
get_n_alive_group()
data(example_antibody_data)
data(example_antigenic_map)
times <- unique(example_antigenic_map$inf_times)
get_n_alive(example_antibody_data, times)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.