afterpeak_info: New S3 method for gathering information from stochastic SIR...

Description Usage Arguments Value Examples

View source: R/afterpeak_info.R

Description

afterpeak_info returns the peak information and time of infected reducing to certain level after the peak

Usage

1

Arguments

x

the output from simulation

Value

A information list

Examples

1
2
model1 <- rSIR (N0 = 1000, I0 = 0, S0 = 1000, days = 300, pars = c(1/10, 1, 1/5, 0.1, 0.1))
afterpeak_info(model1)

jessseliu/epidmod documentation built on Sept. 15, 2020, 8:53 p.m.