@@ -115,7 +115,9 @@ get_binary_indicators <- function() {
115
115
" smoothed_wvaccine_likely_govt_health" , " weight" , " v_vaccine_likely_govt_health" , 6 , compute_binary_response , jeffreys_binary ,
116
116
" smoothed_vaccine_likely_politicians" , " weight_unif" , " v_vaccine_likely_politicians" , 6 , compute_binary_response , jeffreys_binary ,
117
117
" smoothed_wvaccine_likely_politicians" , " weight" , " v_vaccine_likely_politicians" , 6 , compute_binary_response , jeffreys_binary ,
118
-
118
+ " smoothed_vaccine_likely_doctors" , " weight_unif" , " v_vaccine_likely_doctors" , 6 , compute_binary_response , jeffreys_binary ,
119
+ " smoothed_wvaccine_likely_doctors" , " weight" , " v_vaccine_likely_doctors" , 6 , compute_binary_response , jeffreys_binary ,
120
+
119
121
# vaccine hesitancy reasons
120
122
" smoothed_hesitancy_reason_sideeffects" , " weight_unif" , " v_hesitancy_reason_sideeffects" , 6 , compute_binary_response , jeffreys_binary ,
121
123
" smoothed_whesitancy_reason_sideeffects" , " weight" , " v_hesitancy_reason_sideeffects" , 6 , compute_binary_response , jeffreys_binary ,
0 commit comments