Backcalculate risk: infection (using optimise() function)
Source:R/backcalculate_risk.R
backcalc_infectionRisk_perDay.Rd
Based on exposure days per year and target infection risk per year the acceptable daily infection risk is backcalculated
Usage
backcalc_infectionRisk_perDay(
target_infectionRisk_perYear = 1/10000,
exposures_daysPerYear = 1:365
)