print.rSEIR: S3 print method for stochastic SEIR model

Description Usage Arguments Examples

View source: R/print.R

Description

print returns the basic information of simulated SEIR model

Usage

1
2
## S3 method for class 'rSEIR'
print(x)

Arguments

x

the output from simulation

Examples

1
2
3
model1 <- rSEIR(N0 = 1000, I0 = 0, S0 = 999, R0 = 0, E0 = 1 ,
                days = 300, pars = c(1/12, 1, 1/4, 1/5, 0.3, 0.2, 0.7))
print(model1)

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