1
1
[
2
- {
3
- "name" : " max_doses _||_ cum_vaccinations" ,
4
- "estimate_type" : " coefficient" ,
5
- "effect" : " direct" ,
6
- "mutations" : [
7
- " max_doses"
8
- ],
9
- "expected_effect" : {
10
- "cum_vaccinations" : " NoEffect"
11
- },
12
- "formula" : " cum_vaccinations ~ max_doses" ,
13
- "alpha" : 0.05 ,
14
- "skip" : false ,
15
- "failed" : true ,
16
- "result" : {
17
- "treatment" : " max_doses" ,
18
- "outcome" : " cum_vaccinations" ,
19
- "adjustment_set" : [],
20
- "effect_measure" : " coefficient" ,
21
- "effect_estimate" : {
22
- "max_doses" : 252628.1066666667
23
- },
24
- "ci_low" : [
25
- 252271.33332001517
26
- ],
27
- "ci_high" : [
28
- 252984.8800133182
29
- ]
30
- }
31
- },
32
- {
33
- "name" : " max_doses _||_ cum_vaccinated" ,
34
- "estimate_type" : " coefficient" ,
35
- "effect" : " direct" ,
36
- "mutations" : [
37
- " max_doses"
38
- ],
39
- "expected_effect" : {
40
- "cum_vaccinated" : " NoEffect"
41
- },
42
- "formula" : " cum_vaccinated ~ max_doses" ,
43
- "alpha" : 0.05 ,
44
- "skip" : false ,
45
- "failed" : true ,
46
- "result" : {
47
- "treatment" : " max_doses" ,
48
- "outcome" : " cum_vaccinated" ,
49
- "adjustment_set" : [],
50
- "effect_measure" : " coefficient" ,
51
- "effect_estimate" : {
52
- "max_doses" : 213111.93333333335
53
- },
54
- "ci_low" : [
55
- 212755.15056812647
56
- ],
57
- "ci_high" : [
58
- 213468.71609854023
59
- ]
60
- }
61
- },
62
- {
63
- "name" : " max_doses _||_ cum_infections" ,
64
- "estimate_type" : " coefficient" ,
65
- "effect" : " direct" ,
66
- "mutations" : [
67
- " max_doses"
68
- ],
69
- "expected_effect" : {
70
- "cum_infections" : " NoEffect"
71
- },
72
- "formula" : " cum_infections ~ max_doses" ,
73
- "alpha" : 0.05 ,
74
- "skip" : false ,
75
- "failed" : true ,
76
- "result" : {
77
- "treatment" : " max_doses" ,
78
- "outcome" : " cum_infections" ,
79
- "adjustment_set" : [],
80
- "effect_measure" : " coefficient" ,
81
- "effect_estimate" : {
82
- "max_doses" : 2666.3066666666664
83
- },
84
- "ci_low" : [
85
- 2619.972040648758
86
- ],
87
- "ci_high" : [
88
- 2712.6412926845746
89
- ]
90
- }
91
- },
92
2
{
93
3
"name" : " vaccine --> cum_vaccinations" ,
94
4
"estimate_type" : " coefficient" ,
95
5
"effect" : " direct" ,
96
- "mutations" : [
97
- " vaccine"
98
- ],
6
+ "treatment_variable" : " vaccine" ,
99
7
"expected_effect" : {
100
8
"cum_vaccinations" : " SomeEffect"
101
9
},
102
10
"formula" : " cum_vaccinations ~ vaccine" ,
11
+ "alpha" : 0.05 ,
103
12
"skip" : false ,
104
- "failed " : false ,
13
+ "passed " : true ,
105
14
"result" : {
106
15
"treatment" : " vaccine" ,
107
16
"outcome" : " cum_vaccinations" ,
122
31
"name" : " vaccine --> cum_vaccinated" ,
123
32
"estimate_type" : " coefficient" ,
124
33
"effect" : " direct" ,
125
- "mutations" : [
126
- " vaccine"
127
- ],
34
+ "treatment_variable" : " vaccine" ,
128
35
"expected_effect" : {
129
36
"cum_vaccinated" : " SomeEffect"
130
37
},
131
38
"formula" : " cum_vaccinated ~ vaccine" ,
39
+ "alpha" : 0.05 ,
132
40
"skip" : false ,
133
- "failed " : false ,
41
+ "passed " : true ,
134
42
"result" : {
135
43
"treatment" : " vaccine" ,
136
44
"outcome" : " cum_vaccinated" ,
151
59
"name" : " vaccine --> cum_infections" ,
152
60
"estimate_type" : " coefficient" ,
153
61
"effect" : " direct" ,
154
- "mutations" : [
155
- " vaccine"
156
- ],
62
+ "treatment_variable" : " vaccine" ,
157
63
"expected_effect" : {
158
64
"cum_infections" : " SomeEffect"
159
65
},
160
66
"formula" : " cum_infections ~ vaccine" ,
67
+ "alpha" : 0.05 ,
161
68
"skip" : false ,
162
- "failed " : false ,
69
+ "passed " : true ,
163
70
"result" : {
164
71
"treatment" : " vaccine" ,
165
72
"outcome" : " cum_infections" ,
180
87
"name" : " cum_vaccinations _||_ cum_vaccinated | ['vaccine']" ,
181
88
"estimate_type" : " coefficient" ,
182
89
"effect" : " direct" ,
183
- "mutations" : [
184
- " cum_vaccinations"
185
- ],
90
+ "treatment_variable" : " cum_vaccinations" ,
186
91
"expected_effect" : {
187
92
"cum_vaccinated" : " NoEffect"
188
93
},
189
94
"formula" : " cum_vaccinated ~ cum_vaccinations + vaccine" ,
190
95
"alpha" : 0.05 ,
191
96
"skip" : false ,
192
- "failed " : true ,
97
+ "passed " : false ,
193
98
"result" : {
194
99
"treatment" : " cum_vaccinations" ,
195
100
"outcome" : " cum_vaccinated" ,
196
- "adjustment_set" : [],
101
+ "adjustment_set" : [
102
+ " vaccine"
103
+ ],
197
104
"effect_measure" : " coefficient" ,
198
105
"effect_estimate" : {
199
106
"cum_vaccinations" : 0.9998656401531605
210
117
"name" : " cum_vaccinations _||_ cum_infections | ['vaccine']" ,
211
118
"estimate_type" : " coefficient" ,
212
119
"effect" : " direct" ,
213
- "mutations" : [
214
- " cum_vaccinations"
215
- ],
120
+ "treatment_variable" : " cum_vaccinations" ,
216
121
"expected_effect" : {
217
122
"cum_infections" : " NoEffect"
218
123
},
219
124
"formula" : " cum_infections ~ cum_vaccinations + vaccine" ,
220
125
"alpha" : 0.05 ,
221
126
"skip" : false ,
222
- "failed " : false ,
127
+ "passed " : true ,
223
128
"result" : {
224
129
"treatment" : " cum_vaccinations" ,
225
130
"outcome" : " cum_infections" ,
226
- "adjustment_set" : [],
131
+ "adjustment_set" : [
132
+ " vaccine"
133
+ ],
227
134
"effect_measure" : " coefficient" ,
228
135
"effect_estimate" : {
229
136
"cum_vaccinations" : -0.006416682407515084
240
147
"name" : " cum_vaccinated _||_ cum_infections | ['vaccine']" ,
241
148
"estimate_type" : " coefficient" ,
242
149
"effect" : " direct" ,
243
- "mutations" : [
244
- " cum_vaccinated"
245
- ],
150
+ "treatment_variable" : " cum_vaccinated" ,
246
151
"expected_effect" : {
247
152
"cum_infections" : " NoEffect"
248
153
},
249
154
"formula" : " cum_infections ~ cum_vaccinated + vaccine" ,
250
155
"alpha" : 0.05 ,
251
156
"skip" : false ,
252
- "failed " : false ,
157
+ "passed " : true ,
253
158
"result" : {
254
159
"treatment" : " cum_vaccinated" ,
255
160
"outcome" : " cum_infections" ,
256
- "adjustment_set" : [],
161
+ "adjustment_set" : [
162
+ " vaccine"
163
+ ],
257
164
"effect_measure" : " coefficient" ,
258
165
"effect_estimate" : {
259
166
"cum_vaccinated" : -0.006176900588291234
266
173
]
267
174
}
268
175
}
269
- ]
176
+ ]
0 commit comments