We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dfc3a commit a6e6c0aCopy full SHA for a6e6c0a
facebook/delphiFacebook/R/contingency_indicators.R
@@ -70,9 +70,9 @@ get_aggs <- function() {
70
"pct_wearing_mask_7d", "b_wearing_mask_7d", compute_binary, jeffreys_binary,
71
"pct_cli", "n_cli", compute_numeric, jeffreys_count,
72
"pct_ili", "n_ili", compute_numeric, jeffreys_count,
73
+ "pct_hh_cmnty_cli", "b_hh_cmnty_cli", compute_binary, jeffreys_binary,
74
"pct_direct_contact", "b_direct_contact", compute_binary, jeffreys_binary,
75
"pct_anosmia", "b_anosmia", compute_binary, jeffreys_binary,
- "pct_hh_cmnty_cli", "b_hh_cmnty_cli", compute_binary, jeffreys_binary,
76
"pct_vaccinated", "b_vaccinated", compute_binary, jeffreys_binary,
77
"pct_received_2_vaccine_doses", "b_received_2_vaccine_doses", compute_binary, jeffreys_binary,
78
"pct_accept_vaccine", "b_accept_vaccine", compute_binary, jeffreys_binary,
0 commit comments