Skip to content

Commit cd698a3

Browse files
committed
Move b_hesitant_barrier_distrust_govt to the hesitant_barrier section
1 parent a6e6c0a commit cd698a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook/delphiFacebook/R/contingency_indicators.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ get_aggs <- function() {
106106
"pct_hesitant_barrier_low_priority", "b_hesitant_barrier_low_priority", compute_binary, jeffreys_binary,
107107
"pct_hesitant_barrier_cost", "b_hesitant_barrier_cost", compute_binary, jeffreys_binary,
108108
"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,
109110
"pct_hesitant_barrier_religious", "b_hesitant_barrier_religious", compute_binary, jeffreys_binary,
110111
"pct_hesitant_barrier_health_condition", "b_hesitant_barrier_health_condition", compute_binary, jeffreys_binary,
111112
"pct_hesitant_barrier_pregnant", "b_hesitant_barrier_pregnant", compute_binary, jeffreys_binary,
@@ -139,7 +140,6 @@ get_aggs <- function() {
139140
"pct_dontneed_reason_not_serious", "b_dontneed_reason_not_serious", compute_binary, jeffreys_binary,
140141
"pct_dontneed_reason_not_beneficial", "b_dontneed_reason_not_beneficial", compute_binary, jeffreys_binary,
141142
"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,
143143
"pct_defno_barrier_sideeffects", "b_defno_barrier_sideeffects", compute_binary, jeffreys_binary,
144144
"pct_defno_barrier_allergic", "b_defno_barrier_allergic", compute_binary, jeffreys_binary,
145145
"pct_defno_barrier_ineffective", "b_defno_barrier_ineffective", compute_binary, jeffreys_binary,

0 commit comments

Comments
 (0)