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