File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,13 @@ contact_data <- socialmixr::contact_matrix(
2727 # <COMPLETE>
2828)
2929
30+ contact_data
31+
3032# Prepare contact matrix
3133socialcontact_matrix <- t(contact_data $ matrix )
3234
35+ socialcontact_matrix
36+
3337# (2) Initial conditions --------------------------------------------------
3438
3539# # Infectious population ---------
Original file line number Diff line number Diff line change @@ -45,9 +45,13 @@ contact_data <- socialmixr::contact_matrix(
4545 symmetric = TRUE
4646)
4747
48+ contact_data
49+
4850# Prepare contact matrix
4951socialcontact_matrix <- t(contact_data $ matrix )
5052
53+ socialcontact_matrix
54+
5155# (2) Initial conditions --------------------------------------------------
5256
5357# # Infectious population ---------
You can’t perform that action at this time.
0 commit comments