get_n_alive: Get number alive

View source: R/helpers.R

get_n_aliveR Documentation

Get number alive

Description

Given the titre_dat data frame, calculates the number that are alive (alive to be infected, that is) for each time in times

Usage

get_n_alive(titre_dat, times)

Arguments

titre_dat

the data frame of titre data. See example_titre_dat

times

the vector of times to calculate number alive for

Value

a vector giving the number alive in each time point

See Also

Other get_summary: get_DOBs(), get_n_alive_group()

Examples

data(example_titre_dat)
data(example_antigenic_map)
times <- unique(example_antigenic_map$inf_times)
get_n_alive(example_titre_dat, times)

seroanalytics/serosolver documentation built on April 24, 2023, 9:52 a.m.