General_Epidemic_Process: The parameters and the rate structure together will determine...

Description Usage Details

View source: R/General_Epidemic_Simulation.R

Description

States should be ordered in such a way which follows the flow of the epidemic.

Usage

1
2
3
4
5
6
7
General_Epidemic_Process(
  parameters,
  no_states,
  state_names,
  rate_structure,
  initial_population
)

Details

Therefore the rate structure should be ordered in the same way

SIR Example:

State 1 —> S, State 2 —> I, State 3 —> R

1 —> 2, Beta Parameters

2 —> 3, Gamma Parameters


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