|
8 | 8 | "treatment_variable": "max_doses", |
9 | 9 | "outcome_variable": "cum_vaccinations", |
10 | 10 | "expected_effect": {"name": "NoEffect"}, |
11 | | - "formula": "cum_vaccinations ~ max_doses", |
| 11 | + "estimator_kwargs": {"formula": "cum_vaccinations ~ max_doses"}, |
12 | 12 | "alpha": 0.05, |
13 | 13 | "skip": false |
14 | 14 | }, |
|
20 | 20 | "treatment_variable": "max_doses", |
21 | 21 | "outcome_variable": "cum_vaccinated", |
22 | 22 | "expected_effect": {"name": "NoEffect"}, |
23 | | - "formula": "cum_vaccinated ~ max_doses", |
| 23 | + "estimator_kwargs": {"formula": "cum_vaccinated ~ max_doses"}, |
24 | 24 | "alpha": 0.05, |
25 | 25 | "skip": false |
26 | 26 | }, |
|
32 | 32 | "treatment_variable": "max_doses", |
33 | 33 | "outcome_variable": "cum_infections", |
34 | 34 | "expected_effect": {"name": "NoEffect"}, |
35 | | - "formula": "cum_infections ~ max_doses", |
| 35 | + "estimator_kwargs": {"formula": "cum_infections ~ max_doses"}, |
36 | 36 | "alpha": 0.05, |
37 | 37 | "skip": false |
38 | 38 | }, |
|
44 | 44 | "treatment_variable": "vaccine", |
45 | 45 | "outcome_variable": "cum_vaccinations", |
46 | 46 | "expected_effect": {"name": "SomeEffect"}, |
47 | | - "formula": "cum_vaccinations ~ vaccine", |
| 47 | + "estimator_kwargs": {"formula": "cum_vaccinations ~ vaccine"}, |
48 | 48 | "skip": false |
49 | 49 | }, |
50 | 50 | { |
|
55 | 55 | "treatment_variable": "vaccine", |
56 | 56 | "outcome_variable": "cum_vaccinated", |
57 | 57 | "expected_effect": {"name": "SomeEffect"}, |
58 | | - "formula": "cum_vaccinated ~ vaccine", |
| 58 | + "estimator_kwargs": {"formula": "cum_vaccinated ~ vaccine"}, |
59 | 59 | "skip": false |
60 | 60 | }, |
61 | 61 | { |
|
66 | 66 | "treatment_variable": "vaccine", |
67 | 67 | "outcome_variable": "cum_infections", |
68 | 68 | "expected_effect": {"name": "SomeEffect"}, |
69 | | - "formula": "cum_infections ~ vaccine", |
| 69 | + "estimator_kwargs": {"formula": "cum_infections ~ vaccine"}, |
70 | 70 | "skip": false |
71 | 71 | }, |
72 | 72 | { |
|
77 | 77 | "treatment_variable": "cum_vaccinations", |
78 | 78 | "outcome_variable": "cum_vaccinated", |
79 | 79 | "expected_effect": {"name": "NoEffect"}, |
80 | | - "formula": "cum_vaccinated ~ cum_vaccinations + vaccine", |
| 80 | + "estimator_kwargs": {"formula": "cum_vaccinated ~ cum_vaccinations + vaccine"}, |
81 | 81 | "alpha": 0.05, |
82 | 82 | "skip": false |
83 | 83 | }, |
|
89 | 89 | "treatment_variable": "cum_vaccinations", |
90 | 90 | "outcome_variable": "cum_infections", |
91 | 91 | "expected_effect": {"name": "NoEffect"}, |
92 | | - "formula": "cum_infections ~ cum_vaccinations + vaccine", |
| 92 | + "estimator_kwargs": {"formula": "cum_infections ~ cum_vaccinations + vaccine"}, |
93 | 93 | "alpha": 0.05, |
94 | 94 | "skip": false |
95 | 95 | }, |
|
101 | 101 | "treatment_variable": "cum_vaccinated", |
102 | 102 | "outcome_variable": "cum_infections", |
103 | 103 | "expected_effect": {"name": "NoEffect"}, |
104 | | - "formula": "cum_infections ~ cum_vaccinated + vaccine", |
| 104 | + "estimator_kwargs": {"formula": "cum_infections ~ cum_vaccinated + vaccine"}, |
105 | 105 | "alpha": 0.05, |
106 | 106 | "skip": false |
107 | 107 | } |
|
0 commit comments