@@ -106,6 +106,7 @@ get_aggs <- function() {
106
106
" pct_hesitant_barrier_low_priority" , " b_hesitant_barrier_low_priority" , compute_binary , jeffreys_binary ,
107
107
" pct_hesitant_barrier_cost" , " b_hesitant_barrier_cost" , compute_binary , jeffreys_binary ,
108
108
" pct_hesitant_barrier_distrust_vaccines" , " b_hesitant_barrier_distrust_vaccines" , compute_binary , jeffreys_binary ,
109
+ " pct_hesitant_barrier_distrust_govt" , " b_hesitant_barrier_distrust_govt" , compute_binary , jeffreys_binary ,
109
110
" pct_hesitant_barrier_religious" , " b_hesitant_barrier_religious" , compute_binary , jeffreys_binary ,
110
111
" pct_hesitant_barrier_health_condition" , " b_hesitant_barrier_health_condition" , compute_binary , jeffreys_binary ,
111
112
" pct_hesitant_barrier_pregnant" , " b_hesitant_barrier_pregnant" , compute_binary , jeffreys_binary ,
@@ -139,7 +140,6 @@ get_aggs <- function() {
139
140
" pct_dontneed_reason_not_serious" , " b_dontneed_reason_not_serious" , compute_binary , jeffreys_binary ,
140
141
" pct_dontneed_reason_not_beneficial" , " b_dontneed_reason_not_beneficial" , compute_binary , jeffreys_binary ,
141
142
" pct_dontneed_reason_other" , " b_dontneed_reason_other" , compute_binary , jeffreys_binary ,
142
- " pct_hesitant_barrier_distrust_govt" , " b_hesitant_barrier_distrust_govt" , compute_binary , jeffreys_binary ,
143
143
" pct_defno_barrier_sideeffects" , " b_defno_barrier_sideeffects" , compute_binary , jeffreys_binary ,
144
144
" pct_defno_barrier_allergic" , " b_defno_barrier_allergic" , compute_binary , jeffreys_binary ,
145
145
" pct_defno_barrier_ineffective" , " b_defno_barrier_ineffective" , compute_binary , jeffreys_binary ,
0 commit comments