@@ -129,6 +129,9 @@ get_binary_indicators <- function() {
129
129
130
130
" smoothed_vaccinate_children" , " weight_unif" , " v_vaccinate_children" , 6 , compute_binary_response , jeffreys_binary ,
131
131
" smoothed_wvaccinate_children" , " weight" , " v_vaccinate_children" , 6 , compute_binary_response , jeffreys_binary ,
132
+ " smoothed_vaccinate_child_oldest" , " weight_unif" , " v_vaccinate_child_oldest" , 6 , compute_binary_response , jeffreys_binary ,
133
+ " smoothed_wvaccinate_child_oldest" , " weight" , " v_vaccinate_child_oldest" , 6 , compute_binary_response , jeffreys_binary ,
134
+
132
135
" smoothed_try_vaccinate_1m" , " weight_unif" , " v_try_vaccinate_1m" , 6 , compute_binary_response , jeffreys_binary ,
133
136
" smoothed_wtry_vaccinate_1m" , " weight" , " v_try_vaccinate_1m" , 6 , compute_binary_response , jeffreys_binary ,
134
137
@@ -193,7 +196,9 @@ get_binary_indicators <- function() {
193
196
" smoothed_whesitancy_reason_pregnant" , " weight" , " v_hesitancy_reason_pregnant" , 6 , compute_binary_response , jeffreys_binary ,
194
197
" smoothed_hesitancy_reason_religious" , " weight_unif" , " v_hesitancy_reason_religious" , 6 , compute_binary_response , jeffreys_binary ,
195
198
" smoothed_whesitancy_reason_religious" , " weight" , " v_hesitancy_reason_religious" , 6 , compute_binary_response , jeffreys_binary ,
196
-
199
+ " smoothed_hesitancy_reason_dislike_vaccines_generally" , " weight_unif" , " v_hesitancy_reason_dislike_vaccines_generally" , 6 , compute_binary_response , jeffreys_binary ,
200
+ " smoothed_whesitancy_reason_dislike_vaccines_generally" , " weight" , " v_hesitancy_reason_dislike_vaccines_generally" , 6 , compute_binary_response , jeffreys_binary ,
201
+
197
202
# vaccine barriers
198
203
" smoothed_vaccine_barrier_eligible" , " weight_unif" , " v_vaccine_barrier_eligible" , 6 , compute_binary_response , jeffreys_binary ,
199
204
" smoothed_wvaccine_barrier_eligible" , " weight" , " v_vaccine_barrier_eligible" , 6 , compute_binary_response , jeffreys_binary ,
@@ -219,6 +224,10 @@ get_binary_indicators <- function() {
219
224
" smoothed_wvaccine_barrier_type" , " weight" , " v_vaccine_barrier_type" , 6 , compute_binary_response , jeffreys_binary ,
220
225
" smoothed_vaccine_barrier_none" , " weight_unif" , " v_vaccine_barrier_none" , 6 , compute_binary_response , jeffreys_binary ,
221
226
" smoothed_wvaccine_barrier_none" , " weight" , " v_vaccine_barrier_none" , 6 , compute_binary_response , jeffreys_binary ,
227
+ " smoothed_vaccine_barrier_appointment_location" , " weight_unif" , " v_vaccine_barrier_appointment_location" , 6 , compute_binary_response , jeffreys_binary ,
228
+ " smoothed_wvaccine_barrier_appointment_location" , " weight" , " v_vaccine_barrier_appointment_location" , 6 , compute_binary_response , jeffreys_binary ,
229
+ " smoothed_vaccine_barrier_other" , " weight_unif" , " v_vaccine_barrier_other" , 6 , compute_binary_response , jeffreys_binary ,
230
+ " smoothed_wvaccine_barrier_other" , " weight" , " v_vaccine_barrier_other" , 6 , compute_binary_response , jeffreys_binary ,
222
231
223
232
# vaccine barriers for vaccinated
224
233
" smoothed_vaccine_barrier_eligible_has" , " weight_unif" , " v_vaccine_barrier_eligible_has" , 6 , compute_binary_response , jeffreys_binary ,
@@ -245,6 +254,10 @@ get_binary_indicators <- function() {
245
254
" smoothed_wvaccine_barrier_type_has" , " weight" , " v_vaccine_barrier_type_has" , 6 , compute_binary_response , jeffreys_binary ,
246
255
" smoothed_vaccine_barrier_none_has" , " weight_unif" , " v_vaccine_barrier_none_has" , 6 , compute_binary_response , jeffreys_binary ,
247
256
" smoothed_wvaccine_barrier_none_has" , " weight" , " v_vaccine_barrier_none_has" , 6 , compute_binary_response , jeffreys_binary ,
257
+ " smoothed_vaccine_barrier_appointment_location_has" , " weight_unif" , " v_vaccine_barrier_appointment_location_has" , 6 , compute_binary_response , jeffreys_binary ,
258
+ " smoothed_wvaccine_barrier_appointment_location_has" , " weight" , " v_vaccine_barrier_appointment_location_has" , 6 , compute_binary_response , jeffreys_binary ,
259
+ " smoothed_vaccine_barrier_other_has" , " weight_unif" , " v_vaccine_barrier_other_has" , 6 , compute_binary_response , jeffreys_binary ,
260
+ " smoothed_wvaccine_barrier_other_has" , " weight" , " v_vaccine_barrier_other_has" , 6 , compute_binary_response , jeffreys_binary ,
248
261
249
262
# vaccine barriers for attempted vaccinated
250
263
" smoothed_vaccine_barrier_eligible_tried" , " weight_unif" , " v_vaccine_barrier_eligible_tried" , 6 , compute_binary_response , jeffreys_binary ,
@@ -271,6 +284,11 @@ get_binary_indicators <- function() {
271
284
" smoothed_wvaccine_barrier_type_tried" , " weight" , " v_vaccine_barrier_type_tried" , 6 , compute_binary_response , jeffreys_binary ,
272
285
" smoothed_vaccine_barrier_none_tried" , " weight_unif" , " v_vaccine_barrier_none_tried" , 6 , compute_binary_response , jeffreys_binary ,
273
286
" smoothed_wvaccine_barrier_none_tried" , " weight" , " v_vaccine_barrier_none_tried" , 6 , compute_binary_response , jeffreys_binary ,
287
+ " smoothed_vaccine_barrier_appointment_location_tried" , " weight_unif" , " v_vaccine_barrier_appointment_location_tried" , 6 , compute_binary_response , jeffreys_binary ,
288
+ " smoothed_wvaccine_barrier_appointment_location_tried" , " weight" , " v_vaccine_barrier_appointment_location_tried" , 6 , compute_binary_response , jeffreys_binary ,
289
+ " smoothed_vaccine_barrier_other_tried" , " weight_unif" , " v_vaccine_barrier_other_tried" , 6 , compute_binary_response , jeffreys_binary ,
290
+ " smoothed_wvaccine_barrier_other_tried" , " weight" , " v_vaccine_barrier_other_tried" , 6 , compute_binary_response , jeffreys_binary ,
291
+
274
292
275
293
# reasons for belief that vaccine is unnecessary
276
294
" smoothed_dontneed_reason_had_covid" , " weight_unif" , " v_dontneed_reason_had_covid" , 6 , compute_binary_response , jeffreys_binary ,
@@ -294,6 +312,11 @@ get_binary_indicators <- function() {
294
312
" smoothed_inperson_school_parttime" , " weight_unif" , " s_inperson_school_parttime" , 6 , compute_binary_response , jeffreys_binary ,
295
313
" smoothed_winperson_school_parttime" , " weight" , " s_inperson_school_parttime" , 6 , compute_binary_response , jeffreys_binary ,
296
314
315
+ " smoothed_inperson_school_fulltime_oldest" , " weight_unif" , " s_inperson_school_fulltime_oldest" , 6 , compute_binary_response , jeffreys_binary ,
316
+ " smoothed_winperson_school_fulltime_oldest" , " weight" , " s_inperson_school_fulltime_oldest" , 6 , compute_binary_response , jeffreys_binary ,
317
+ " smoothed_inperson_school_parttime_oldest" , " weight_unif" , " s_inperson_school_parttime_oldest" , 6 , compute_binary_response , jeffreys_binary ,
318
+ " smoothed_winperson_school_parttime_oldest" , " weight" , " s_inperson_school_parttime_oldest" , 6 , compute_binary_response , jeffreys_binary ,
319
+
297
320
# beliefs
298
321
" smoothed_belief_masking_effective" , " weight_unif" , " b_belief_masking_effective" , 6 , compute_binary_response , jeffreys_binary ,
299
322
" smoothed_wbelief_masking_effective" , " weight" , " b_belief_masking_effective" , 6 , compute_binary_response , jeffreys_binary ,
0 commit comments