simulate.case: Simulate case information from the generative BETS model

Description Usage

View source: R/simulate.R

Description

Simulate case information from the generative BETS model

Usage

1
2
3
4
5
6
## S3 method for class 'case'
simulate(
  n = 1e+07,
  params = c(pi = 0.1, lambda_w = 5e-04, lambda_v = 0.001, kappa = 4e-08, r = 0.2, alpha
    = 9, beta = 1.5, L = 53.5)
)

bets.covid19 documentation built on July 2, 2020, 2:14 a.m.