Skip to content

Commit 029fdfc

Browse files
committed
updated causal_tests_results.json
1 parent 456048c commit 029fdfc

File tree

1 file changed

+81
-27
lines changed

1 file changed

+81
-27
lines changed

dafni/data/outputs/causal_tests_results.json

Lines changed: 81 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,15 @@
1818
"outcome": "cum_vaccinations",
1919
"adjustment_set": [],
2020
"effect_measure": "coefficient",
21-
"effect_estimate": 252628.1066666667,
22-
"ci_low": 252271.33332001517,
23-
"ci_high": 252984.8800133182
21+
"effect_estimate": {
22+
"max_doses": 252628.1066666667
23+
},
24+
"ci_low": [
25+
252271.33332001517
26+
],
27+
"ci_high": [
28+
252984.8800133182
29+
]
2430
}
2531
},
2632
{
@@ -42,9 +48,15 @@
4248
"outcome": "cum_vaccinated",
4349
"adjustment_set": [],
4450
"effect_measure": "coefficient",
45-
"effect_estimate": 213111.93333333335,
46-
"ci_low": 212755.15056812647,
47-
"ci_high": 213468.71609854023
51+
"effect_estimate": {
52+
"max_doses": 213111.93333333335
53+
},
54+
"ci_low": [
55+
212755.15056812647
56+
],
57+
"ci_high": [
58+
213468.71609854023
59+
]
4860
}
4961
},
5062
{
@@ -66,9 +78,15 @@
6678
"outcome": "cum_infections",
6779
"adjustment_set": [],
6880
"effect_measure": "coefficient",
69-
"effect_estimate": 2666.3066666666664,
70-
"ci_low": 2619.972040648758,
71-
"ci_high": 2712.6412926845746
81+
"effect_estimate": {
82+
"max_doses": 2666.3066666666664
83+
},
84+
"ci_low": [
85+
2619.972040648758
86+
],
87+
"ci_high": [
88+
2712.6412926845746
89+
]
7290
}
7391
},
7492
{
@@ -89,9 +107,15 @@
89107
"outcome": "cum_vaccinations",
90108
"adjustment_set": [],
91109
"effect_measure": "coefficient",
92-
"effect_estimate": 315785.1333333332,
93-
"ci_low": 315339.1666500188,
94-
"ci_high": 316231.1000166476
110+
"effect_estimate": {
111+
"vaccine": 315785.1333333332
112+
},
113+
"ci_low": [
114+
315339.1666500188
115+
],
116+
"ci_high": [
117+
316231.1000166476
118+
]
95119
}
96120
},
97121
{
@@ -112,9 +136,15 @@
112136
"outcome": "cum_vaccinated",
113137
"adjustment_set": [],
114138
"effect_measure": "coefficient",
115-
"effect_estimate": 266389.91666666657,
116-
"ci_low": 265943.93821015797,
117-
"ci_high": 266835.89512317517
139+
"effect_estimate": {
140+
"vaccine": 266389.91666666657
141+
},
142+
"ci_low": [
143+
265943.93821015797
144+
],
145+
"ci_high": [
146+
266835.89512317517
147+
]
118148
}
119149
},
120150
{
@@ -135,9 +165,15 @@
135165
"outcome": "cum_infections",
136166
"adjustment_set": [],
137167
"effect_measure": "coefficient",
138-
"effect_estimate": 3332.883333333332,
139-
"ci_low": 3274.9650508109467,
140-
"ci_high": 3390.801615855717
168+
"effect_estimate": {
169+
"vaccine": 3332.883333333332
170+
},
171+
"ci_low": [
172+
3274.9650508109467
173+
],
174+
"ci_high": [
175+
3390.801615855717
176+
]
141177
}
142178
},
143179
{
@@ -159,9 +195,15 @@
159195
"outcome": "cum_vaccinated",
160196
"adjustment_set": [],
161197
"effect_measure": "coefficient",
162-
"effect_estimate": 0.9998656401531605,
163-
"ci_low": 0.9929245394499968,
164-
"ci_high": 1.0068067408563242
198+
"effect_estimate": {
199+
"cum_vaccinations": 0.9998656401531605
200+
},
201+
"ci_low": [
202+
0.9929245394499968
203+
],
204+
"ci_high": [
205+
1.0068067408563242
206+
]
165207
}
166208
},
167209
{
@@ -183,9 +225,15 @@
183225
"outcome": "cum_infections",
184226
"adjustment_set": [],
185227
"effect_measure": "coefficient",
186-
"effect_estimate": -0.006416682407515084,
187-
"ci_low": -0.05663010083886572,
188-
"ci_high": 0.043796736023835554
228+
"effect_estimate": {
229+
"cum_vaccinations": -0.006416682407515084
230+
},
231+
"ci_low": [
232+
-0.05663010083886572
233+
],
234+
"ci_high": [
235+
0.043796736023835554
236+
]
189237
}
190238
},
191239
{
@@ -207,9 +255,15 @@
207255
"outcome": "cum_infections",
208256
"adjustment_set": [],
209257
"effect_measure": "coefficient",
210-
"effect_estimate": -0.006176900588291234,
211-
"ci_low": -0.05639349612119588,
212-
"ci_high": 0.04403969494461341
258+
"effect_estimate": {
259+
"cum_vaccinated": -0.006176900588291234
260+
},
261+
"ci_low": [
262+
-0.05639349612119588
263+
],
264+
"ci_high": [
265+
0.04403969494461341
266+
]
213267
}
214268
}
215269
]

0 commit comments

Comments
 (0)