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 d920b70 commit 472faa0Copy full SHA for 472faa0
facebook/delphiFacebook/R/responses.R
@@ -489,6 +489,10 @@ bodge_B13 <- function(input_data, wave) {
489
490
#' Fix E1_* names in Wave 11 data after ~June 16, 2021.
491
#'
492
+#' Items E1_1 through E1_4 are part of a matrix. Qualtrics, for unknown reasons,
493
+#' switched to naming these E1_4 through E1_7 in June. Convert back to the
494
+#' intended names.
495
+#'
496
#' @param input_data data frame of responses, before subsetting to select
497
#' variables
498
#' @param wave integer indicating survey version
0 commit comments