All exposure trials are successful (probability of success is 1).
Usage
immunity_model_all_successful(
i,
t,
x,
exposure_histories,
biomarker_states,
demography,
biomarker_map,
model_pars,
...
)
Arguments
- i
integer for the individual ID
- t
integer for the time period
- x
integer for the exposure ID
- exposure_histories
a 3D array of exposure histories for all individuals, time steps and exposure IDs
- biomarker_states
an 3D array of biomarker states (biomarker quantities) for all individuals, time steps and biomarker IDs
- demography
a tibble of demographic information for each individual in the simulation
- biomarker_map
a table specifying the relationship between exposure IDs and biomarker IDs
- model_pars
a tibble of parameters needed for the immunity model
- ...
Additional arguments