Skip to content

Commit a6e6c0a

Browse files
Update facebook/delphiFacebook/R/contingency_indicators.R
Co-authored-by: nmdefries <[email protected]>
1 parent b7dfc3a commit a6e6c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook/delphiFacebook/R/contingency_indicators.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ get_aggs <- function() {
7070
"pct_wearing_mask_7d", "b_wearing_mask_7d", compute_binary, jeffreys_binary,
7171
"pct_cli", "n_cli", compute_numeric, jeffreys_count,
7272
"pct_ili", "n_ili", compute_numeric, jeffreys_count,
73+
"pct_hh_cmnty_cli", "b_hh_cmnty_cli", compute_binary, jeffreys_binary,
7374
"pct_direct_contact", "b_direct_contact", compute_binary, jeffreys_binary,
7475
"pct_anosmia", "b_anosmia", compute_binary, jeffreys_binary,
75-
"pct_hh_cmnty_cli", "b_hh_cmnty_cli", compute_binary, jeffreys_binary,
7676
"pct_vaccinated", "b_vaccinated", compute_binary, jeffreys_binary,
7777
"pct_received_2_vaccine_doses", "b_received_2_vaccine_doses", compute_binary, jeffreys_binary,
7878
"pct_accept_vaccine", "b_accept_vaccine", compute_binary, jeffreys_binary,

0 commit comments

Comments
 (0)