Skip to content

Commit

Permalink
Update SEIRV_Model.R
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithJF82 committed Nov 20, 2024
1 parent 1a6d1ec commit 5a7e48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/odin/SEIRV_Model.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ update(time) <- time + dt

#Parameters---------------------------------------------------------------------
t_incubation <- user() #Length in days of yellow fever incubation period in mosquito vectors
t_latent <- user() #Length in days of latent period in humans exposed to yellow dever
t_latent <- user() #Length in days of latent period in humans exposed to yellow fever
t_infectious <- user() #Length of infectious period in humans with yellow fever
FOI_spillover <- user() #Spillover force of infection (per day)
R0 <- user() #Basic reproduction number for human-human transmission
Expand Down

0 comments on commit 5a7e48b

Please sign in to comment.