powered by
Sets initialization function for sampling
set_foi_init(foi_init, is_log_foi, foi_index)
Function specifying initialization vector for the Force-of-Infection
Initialization function for sampling. If null, default is chosen depending on the foi-scale of the model
Boolean to set logarithmic scale in the FoI
Integer vector specifying the age-groups for which Force-of-Infection values will be estimated. It can be specified by means of get_foi_index
data(chagas2012) foi_index <- get_foi_index(chagas2012, group_size = 5, model_type = "age") foi_init <- set_foi_init( foi_init = NULL, is_log_foi = FALSE, foi_index = foi_index )
Run the code above in your browser using DataLab