Skip to contents

Run simulation for a given number of days.

Usage

simulation(ABM_data, time)

Arguments

ABM_data

S3 class object containing the parameters for the simulation.

time

Integer for the amount of days to simulate.

Value

Data frame containing SIR simulation results per day.

Examples

if (FALSE) {
simulation(ABM_model, 100)
}