Skip to content
Snippets Groups Projects
Commit 52ab104d authored by pqiao29's avatar pqiao29
Browse files

debug

parent e97db92d
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ infection.FUN <- function(dat, at, seed = NULL){
# Transmission from exposed
## Expected acts
acts <- round(ifelse(length(act.rate.i) > 1, act.rate.i[at - 1], act.rate.i) *
acts <- round(ifelse(length(act.rate.e) > 1, act.rate.e[at - 1], act.rate.e) *
dat$epi$num[at - 1] / 2 )
## Edgelist: s, e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment