@@ -170,6 +170,13 @@ THEME_GROUPS <- list(
170
170
" pct_hesitant_dontneed_reason_not_serious" ,
171
171
" pct_hesitant_dontneed_reason_other" ,
172
172
" pct_hesitant_dontneed_reason_precautions" ,
173
+ " pct_barrier_reason_dontneed_had_covid" ,
174
+ " pct_barrier_reason_dontneed_dont_spend_time" ,
175
+ " pct_barrier_reason_dontneed_not_high_risk" ,
176
+ " pct_barrier_reason_dontneed_precautions" ,
177
+ " pct_barrier_reason_dontneed_not_serious" ,
178
+ " pct_barrier_reason_dontneed_not_beneficial" ,
179
+ " pct_barrier_reason_dontneed_other" ,
173
180
" pct_hesitant_trust_covid_info_cdc" ,
174
181
" pct_hesitant_trust_covid_info_doctors" ,
175
182
" pct_hesitant_trust_covid_info_experts" ,
@@ -388,15 +395,16 @@ THEME_GROUPS <- list(
388
395
" pct_unusual_symptom_sleep_changes" ,
389
396
" pct_unusual_symptom_stuffy_nose" ,
390
397
" pct_unusual_symptom_other" ,
391
- " pct_unusual_symptom_hospital " ,
392
- " pct_unusual_symptom_hospital_tried " ,
398
+ " pct_symptom_hospital " ,
399
+ " pct_symptom_hospital_tried " ,
393
400
" pct_unusual_symptom_medical_care_called_doctor" ,
394
401
" pct_unusual_symptom_medical_care_telemedicine" ,
395
402
" pct_unusual_symptom_medical_care_visited_doctor" ,
396
403
" pct_unusual_symptom_medical_care_urgent_care" ,
397
404
" pct_unusual_symptom_medical_care_er" ,
398
405
" pct_unusual_symptom_medical_care_hospital" ,
399
406
" pct_unusual_symptom_medical_care_tried" ,
407
+ " pct_unusual_symptom_medical_care_none" ,
400
408
" pct_unusual_symptom_tested" ,
401
409
" pct_unusual_symptom_tested_positive"
402
410
),
@@ -720,6 +728,19 @@ get_aggs <- function() {
720
728
" pct_unusual_symptom_stuffy_nose" , " symp_stuffy_nose_unusual" , compute_binary , jeffreys_binary ,
721
729
" pct_unusual_symptom_other" , " symp_other_unusual" , compute_binary , jeffreys_binary ,
722
730
731
+ # symptom followup medical care
732
+ " pct_symptom_hospital" , " t_symptom_hospital" , compute_binary , jeffreys_binary ,
733
+ " pct_symptom_hospital_tried" , " t_symptom_hospital_tried" , compute_binary , jeffreys_binary ,
734
+
735
+ " pct_unusual_symptom_medical_care_called_doctor" , " unusual_symptom_medical_care_called_doctor" , compute_binary , jeffreys_binary ,
736
+ " pct_unusual_symptom_medical_care_telemedicine" , " unusual_symptom_medical_care_telemedicine" , compute_binary , jeffreys_binary ,
737
+ " pct_unusual_symptom_medical_care_visited_doctor" , " unusual_symptom_medical_care_visited_doctor" , compute_binary , jeffreys_binary ,
738
+ " pct_unusual_symptom_medical_care_urgent_care" , " unusual_symptom_medical_care_urgent_care" , compute_binary , jeffreys_binary ,
739
+ " pct_unusual_symptom_medical_care_er" , " unusual_symptom_medical_care_er" , compute_binary , jeffreys_binary ,
740
+ " pct_unusual_symptom_medical_care_hospital" , " unusual_symptom_medical_care_hospital" , compute_binary , jeffreys_binary ,
741
+ " pct_unusual_symptom_medical_care_tried" , " unusual_symptom_medical_care_tried" , compute_binary , jeffreys_binary ,
742
+ " pct_unusual_symptom_medical_care_none" , " unusual_symptom_medical_care_none" , compute_binary , jeffreys_binary ,
743
+
723
744
# vaccines
724
745
" pct_vaccinated" , " v_covid_vaccinated" , compute_binary , jeffreys_binary ,
725
746
" pct_received_2_vaccine_doses" , " v_received_2_vaccine_doses" , compute_binary , jeffreys_binary ,
@@ -847,6 +868,14 @@ get_aggs <- function() {
847
868
" pct_hesitant_dontneed_reason_not_beneficial" , " v_hesitant_dontneed_reason_not_beneficial" , compute_binary , jeffreys_binary ,
848
869
" pct_hesitant_dontneed_reason_other" , " v_hesitant_dontneed_reason_other" , compute_binary , jeffreys_binary ,
849
870
871
+ " pct_barrier_reason_dontneed_had_covid" , " v_dontneed_reason_had_covid" , compute_binary , jeffreys_binary ,
872
+ " pct_barrier_reason_dontneed_dont_spend_time" , " v_dontneed_reason_dont_spend_time" , compute_binary , jeffreys_binary ,
873
+ " pct_barrier_reason_dontneed_not_high_risk" , " v_dontneed_reason_not_high_risk" , compute_binary , jeffreys_binary ,
874
+ " pct_barrier_reason_dontneed_precautions" , " v_dontneed_reason_precautions" , compute_binary , jeffreys_binary ,
875
+ " pct_barrier_reason_dontneed_not_serious" , " v_dontneed_reason_not_serious" , compute_binary , jeffreys_binary ,
876
+ " pct_barrier_reason_dontneed_not_beneficial" , " v_dontneed_reason_not_beneficial" , compute_binary , jeffreys_binary ,
877
+ " pct_barrier_reason_dontneed_other" , " v_dontneed_reason_other" , compute_binary , jeffreys_binary ,
878
+
850
879
" pct_barrier_sideeffects" , " v_hesitancy_reason_sideeffects" , compute_binary , jeffreys_binary ,
851
880
" pct_barrier_allergic" , " v_hesitancy_reason_allergic" , compute_binary , jeffreys_binary ,
852
881
" pct_barrier_ineffective" , " v_hesitancy_reason_ineffective" , compute_binary , jeffreys_binary ,
@@ -1001,16 +1030,6 @@ get_aggs <- function() {
1001
1030
1002
1031
" pct_unusual_symptom_tested" , " t_unusual_symptom_tested" , compute_binary , jeffreys_binary ,
1003
1032
" pct_unusual_symptom_tested_positive" , " t_unusual_symptom_tested_positive" , compute_binary , jeffreys_binary ,
1004
- " pct_unusual_symptom_hospital" , " t_unusual_symptom_hospital" , compute_binary , jeffreys_binary ,
1005
- " pct_unusual_symptom_hospital_tried" , " t_unusual_symptom_hospital_tried" , compute_binary , jeffreys_binary ,
1006
-
1007
- " pct_unusual_symptom_medical_care_called_doctor" , " unusual_symptom_medical_care_called_doctor" , compute_binary , jeffreys_binary ,
1008
- " pct_unusual_symptom_medical_care_telemedicine" , " unusual_symptom_medical_care_telemedicine" , compute_binary , jeffreys_binary ,
1009
- " pct_unusual_symptom_medical_care_visited_doctor" , " unusual_symptom_medical_care_visited_doctor" , compute_binary , jeffreys_binary ,
1010
- " pct_unusual_symptom_medical_care_urgent_care" , " unusual_symptom_medical_care_urgent_care" , compute_binary , jeffreys_binary ,
1011
- " pct_unusual_symptom_medical_care_er" , " unusual_symptom_medical_care_er" , compute_binary , jeffreys_binary ,
1012
- " pct_unusual_symptom_medical_care_hospital" , " unusual_symptom_medical_care_hospital" , compute_binary , jeffreys_binary ,
1013
- " pct_unusual_symptom_medical_care_tried" , " unusual_symptom_medical_care_tried" , compute_binary , jeffreys_binary ,
1014
1033
1015
1034
" pct_reason_not_tested_tried" , " t_reason_not_tested_tried" , compute_binary , jeffreys_binary ,
1016
1035
" pct_reason_not_tested_appointment" , " t_reason_not_tested_appointment" , compute_binary , jeffreys_binary ,
0 commit comments