print.rSEIQR: S3 print method for stochastic SEIQR model

Description Usage Arguments Examples

View source: R/print.R

Description

print returns the basic information of simulated SEIQR model

Usage

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

Arguments

x

the output from simulation

Examples

1
2
3
model1 <- rSEIQR(N0 = 100, S0 = 99, E0 = 1 ,I0 = 0,  Q0 = 0, R0 = 0,
                 days = 100,  pars = c(1/12, 1, 1/4, 0.15, 1/5, 0.3, 0.2, 0.7))
print(model1)

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