-
Notifications
You must be signed in to change notification settings - Fork 16
[CTIS] New booster and vaccination indicators for Wave 13 #1538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly want to check on the multinomials here, to be sure they're right
if ("C17b" %in% names(input_data)) { | ||
input_data$v_flu_vaccine_2021 <- input_data$C17b == 1 | ||
} else { | ||
input_data$v_flu_vaccine_2021 <- NA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder how many megabytes of NAs are in a typical data frame in a pipeline run...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, I think
@krivard This is ready to merge and deploy. |
Description
Add new indicators to both API and contingency tables at FB's request.
Changelog
binary.R
contingency_indicators.R
variables.R