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 93b68fa commit be08fb1Copy full SHA for be08fb1
facebook/delphiFacebook/R/variables.R
@@ -639,6 +639,12 @@ code_vaccines <- function(input_data, wave) {
639
input_data$v_worried_vaccine_side_effects <- NA_real_
640
}
641
642
+
643
+ # Wave V15a V15b V15c
644
+ # 11 Yes Yes No
645
+ # 12 No Yes Yes
646
+ #
647
+ # V15c replaces V15a as of Wave 12
648
if ( all(c("V15a", "V15b") %in% names(input_data)) ) {
649
# introduced in Wave 11
650
vaccine_barriers <- coalesce(input_data$V15a, input_data$V15b)
0 commit comments