Skip to content

Commit d50a2a5

Browse files
committed
add in schooling indicators
1 parent 4327856 commit d50a2a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

facebook/delphiFacebook/R/contingency_indicators.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,11 @@ get_aggs <- function() {
412412
"pct_vaccine_barrier_childcare_tried", "v_vaccine_barrier_childcare_tried", compute_binary, jeffreys_binary,
413413
"pct_vaccine_barrier_time_tried", "v_vaccine_barrier_time_tried", compute_binary, jeffreys_binary,
414414
"pct_vaccine_barrier_type_tried", "v_vaccine_barrier_type_tried", compute_binary, jeffreys_binary,
415-
"pct_vaccine_barrier_none_tried", "v_vaccine_barrier_none_tried", compute_binary, jeffreys_binary
415+
"pct_vaccine_barrier_none_tried", "v_vaccine_barrier_none_tried", compute_binary, jeffreys_binary,
416+
417+
# schooling
418+
"pct_inperson_school_fulltime", "s_inperson_school_fulltime", compute_binary, jeffreys_binary,
419+
"pct_inperson_school_parttime", "s_inperson_school_parttime", compute_binary, jeffreys_binary
416420
)
417421

418422
aggs <- create_aggs_product(regions, groups, indicators)

0 commit comments

Comments
 (0)