Skip to content

Commit 6a685b3

Browse files
committed
merging
1 parent 8627661 commit 6a685b3

12 files changed

Lines changed: 9066 additions & 0 deletions

code/injuries/parse_accra_data_2.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ sapply(unique(injury_dataset$strike_mode),
164164
function(x) sapply(unique(injury_dataset$cas_mode),
165165
function(y)sum(injury_dataset$strike_mode==x&injury_dataset$cas_mode==y&injury_dataset$year==2015)))
166166

167+
whw <- sapply(unique(injury_dataset$strike_mode),
168+
function(x) sapply(unique(injury_dataset$cas_mode),
169+
function(y)sum(injury_dataset$strike_mode==x&injury_dataset$cas_mode==y)))
170+
167171
# count over years
168172
sapply(unique(injury_dataset$year),function(x)nrow(subset(injury_dataset,year==x)))
169173

25.7 KB
Binary file not shown.

data/global/drpa/extdata/all_cause_mortality.csv

Lines changed: 1001 additions & 0 deletions
Large diffs are not rendered by default.

data/global/drpa/extdata/coronary_heart_disease_incidence.csv

Lines changed: 1001 additions & 0 deletions
Large diffs are not rendered by default.

data/global/drpa/extdata/coronary_heart_disease_mortality.csv

Lines changed: 1001 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
dose,RR,lb,ub
2+
0,1,1,1
3+
0.875,0.9656,0.9569,0.9744
4+
1.04,0.9593,0.949,0.9697
5+
1.3125,0.949,0.9362,0.962
6+
1.575,0.9392,0.9241,0.9546
7+
1.75,0.9328,0.9161,0.9497
8+
2.25,0.9147,0.8939,0.9361
9+
2.55,0.9042,0.881,0.9281
10+
2.625,0.9016,0.8778,0.9261
11+
2.8,0.8956,0.8704,0.9216
12+
3.2,0.8822,0.8541,0.9113
13+
3.5,0.8725,0.8422,0.9038
14+
3.9375,0.8586,0.8255,0.8932
15+
4.375,0.8454,0.8095,0.8829
16+
4.75,0.8345,0.7964,0.8744
17+
5.25,0.8206,0.7797,0.8636
18+
5.3,0.8192,0.7781,0.8625
19+
5.4,0.8166,0.7749,0.8604
20+
5.658,0.8098,0.7669,0.8551
21+
5.9063,0.8035,0.7594,0.8502
22+
6.125,0.7981,0.753,0.8459
23+
6.5625,0.7877,0.7406,0.8377
24+
7,0.7778,0.7289,0.8299
25+
7.65,0.7639,0.7126,0.8189
26+
7.875,0.7594,0.7073,0.8153
27+
8.04,0.7561,0.7034,0.8127
28+
8.75,0.7427,0.6877,0.802
29+
10.5,0.7138,0.654,0.7792
30+
11.375,0.7013,0.6393,0.7694
31+
11.8125,0.6955,0.6325,0.7649
32+
11.9,0.6944,0.6312,0.764
33+
12.25,0.69,0.6259,0.7606
34+
12.76,0.6838,0.6187,0.7559
35+
13.125,0.6796,0.6137,0.7527
36+
13.15,0.6793,0.6133,0.7525
37+
14.2,0.6681,0.5999,0.7441
38+
14.4,0.6661,0.5974,0.7426
39+
15.75,0.6534,0.582,0.7336
40+
17.5,0.639,0.564,0.724
41+
17.65,0.6378,0.5625,0.7232
42+
17.87,0.6362,0.5604,0.7222
43+
18.375,0.6325,0.5556,0.7199
44+
20,0.6211,0.5409,0.7132
45+
21,0.6145,0.5322,0.7096
46+
21.875,0.6088,0.5246,0.7065
47+
22,0.608,0.5236,0.7061
48+
22.97,0.6018,0.5153,0.7028
49+
26.25,0.5813,0.488,0.6924
50+
28.07,0.5702,0.4733,0.6869
51+
33.17,0.5402,0.4339,0.6725
52+
38.27,0.5118,0.3974,0.6591
53+
49.93,0.4523,0.3244,0.6308

data/global/drpa/extdata/lung_cancer_incidence.csv

Lines changed: 1001 additions & 0 deletions
Large diffs are not rendered by default.

data/global/drpa/extdata/lung_cancer_mortality.csv

Lines changed: 1001 additions & 0 deletions
Large diffs are not rendered by default.

data/global/drpa/extdata/stroke_incidence.csv

Lines changed: 1001 additions & 0 deletions
Large diffs are not rendered by default.

data/global/drpa/extdata/stroke_mortality.csv

Lines changed: 1001 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)