SIS_Gillespie: SIS_Gillespie function

Description Usage

View source: R/SIS_Gillespie.R

Description

Takes parameters for an SIR Infectious Process and returns either an event table or panel data. Track specific people Infection Matrix Last and unused panels

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
SIS_Gillespie(
  N,
  a,
  beta,
  gamma,
  trans = possible_transitions(1:2),
  obs_end = Inf,
  kernel = NULL,
  U = NULL,
  E = NULL,
  output = "event",
  obs_times = NULL
)

JMacDonaldPhD/Epidemics documentation built on Jan. 10, 2020, 2:48 a.m.