# NOT RUN {
print(etd_infected(a1 = 2, b1 = 0.5, a2 = 30, b2 = 5,
d1 = "Weibull", d2 = "Gumbel")) # 7.34
print(etd_infected(a1 = 20, b1 = 5, a2 = 3, b2 = 0.6,
d1 = "Gumbel", d2 = "Frechet")) # 17.84
print(etd_infected(a1 = 3, b1 = 0.6, a2 = 2, b2 = 0.5,
d1 = "Frechet", d2 = "Weibull")) # 7.37
# }
Run the code above in your browser using DataLab