View source: R/simplified_gillespies.R
currentTime = 0 B = kernel(beta) #' Possible states and their respective #' logical representations. susceptible = c(TRUE, FALSE, FALSE) infected = c(FALSE, TRUE, FALSE) removed = c(FALSE, FALSE, TRUE)
1 | homogeneousPanelDataSIR_Gillespie(initialState, beta, gamma, obsTimes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.