Skip to content

Commit

Permalink
Revised and final published version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvzandvoort committed Sep 12, 2022
1 parent f1e7407 commit 0a2609e
Show file tree
Hide file tree
Showing 27 changed files with 44,715 additions and 722 deletions.
512 changes: 512 additions & 0 deletions .Rhistory

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ zenodo_socialmixr
zenodo_socialmixr/*
data/data_dictionary.csv
data/~$data_dictionary.xlsx
index_contactmatrix.R
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,12 @@ digaale_contact_matrix$matrix %>% round(1)
```
```
contact.age.group
[0,10) [10,20) [20,30) [30,40) [40,50) [50,60) [60,70) [70,80) 80+
[1,] 3.9 1.2 0.6 0.8 0.5 0.3 0.2 0.1 0.1
[2,] 1.6 4.5 1.0 0.8 0.6 0.4 0.2 0.1 0.1
[3,] 1.9 2.6 2.7 1.7 1.2 0.7 0.2 0.2 0.2
[4,] 2.8 2.1 1.7 2.9 1.4 1.1 0.4 0.3 0.2
[5,] 2.3 1.9 1.6 1.8 1.6 1.0 0.6 0.3 0.2
[6,] 1.8 2.0 1.5 2.1 1.6 1.6 0.8 0.4 0.4
[7,] 2.3 1.4 0.6 1.1 1.4 1.1 0.9 0.6 0.4
[8,] 1.2 0.8 0.8 1.4 1.1 1.0 0.9 0.8 0.4
[9,] 1.2 1.2 1.2 1.0 0.7 1.1 0.9 0.6 0.5
[0,10) [10,20) [20,30) [30,40) [40,50) [50,60) 60+
[1,] 3.9 1.2 0.6 0.8 0.6 0.3 0.4
[2,] 1.6 4.5 1.0 0.8 0.6 0.4 0.3
[3,] 1.9 2.6 2.7 1.7 1.2 0.7 0.6
[4,] 2.8 2.1 1.7 2.9 1.5 1.1 0.9
[5,] 2.3 1.9 1.6 1.8 1.7 1.1 1.2
[6,] 1.8 2.0 1.5 2.1 1.6 1.6 1.6
[7,] 1.7 1.2 0.8 1.2 1.2 1.2 2.0
```
9,223 changes: 9,223 additions & 0 deletions data/local_contact_data_other/kenya/contacts.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 0a2609e

Please sign in to comment.