simulate.estBassSIR: Simulate from an estimated Bass-SIR mode

Description Usage Arguments

View source: R/simulation.R

Description

Simulate from an estimated Bass-SIR mode

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'estBassSIR'
simulate(est, nsim = nrow(object$Parameters),
  nforward = 50, seed = 1167)

## S3 method for class 'simBassSIR'
print(obj)

aggregate_simulations(sims)

Arguments

est

a fitted model

nsim

number of simulation

nforward

time-steps forward

seed

random seed


COVID-19-Modelling/BassSIR documentation built on April 20, 2020, 1:57 a.m.