Skip to content

Commit a9ed6fe

Browse files
rpowell22szimmer
andauthored
Create new composite vars for Voted2024 and VotedPres2024 (#18)
* Create new composite vars for Voted2024 and VotedPres2024 * Voting derived var change, change to qmd --------- Co-authored-by: Stephanie Zimmer <[email protected]>
1 parent 8e1c7c4 commit a9ed6fe

File tree

4 files changed

+942
-29
lines changed

4 files changed

+942
-29
lines changed

R/data.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@
349349
#' @description Based on the 2024 ANES data with derived variables and subset to people who completed both pre and post-election interviews
350350
#' @format A data frame with 4964 rows and 54 variables:
351351
#' \describe{
352-
#' \item{\code{V240001}}{double 2024 Case ID}
353352
#' \item{\code{CaseID}}{double CASEID}
354353
#' \item{\code{InterviewMode_Pre}}{Factor MODE OF INTERVIEW: PRE-ELECTION INTERVIEW}
355354
#' \item{\code{InterviewMode_Post}}{Factor MODE OF INTERVIEW: POST-ELECTION INTERVIEW}
@@ -368,11 +367,14 @@
368367
#' \item{\code{Sex}}{Factor PRE: WHAT IS YOUR (R) SEX? (REVISED)}
369368
#' \item{\code{Income}}{Factor PRE: SUMMARY: TOTAL (FAMILY) INCOME}
370369
#' \item{\code{EarlyVote2024}}{Factor PRE: DID R ALREADY VOTE}
371-
#' \item{\code{VotedPres2024}}{Factor POST: DID R VOTE FOR PRESIDENT}
370+
#' \item{\code{Post_Vote24}}{Factor POST: DID R VOTE IN NOVEMBER 2024 ELECTION}
371+
#' \item{\code{Pre_VotePres24}}{Factor PRE: DID R VOTE FOR PRESIDENT}
372+
#' \item{\code{Post_VotePres24}}{Factor POST: DID R VOTE FOR PRESIDENT}
372373
#' \item{\code{VotedPres2024_selection}}{Factor PRE-POST: SUMMARY: 2024 PRESIDENTIAL VOTE}
373374
#' \item{\code{AgeGroup}}{Factor PRE: SUMMARY: RESPONDENT AGE (categorized)}
374375
#' \item{\code{EducationGroup}}{Factor PRE: HIGHEST LEVEL OF EDUCATION (categorized)}
375376
#' \item{\code{Income7}}{Factor PRE: SUMMARY: TOTAL (FAMILY) INCOME (7 categories)}
377+
#' \item{\code{VotedPres2024}}{Factor POST: DID R VOTE FOR PRESIDENT}
376378
#' \item{\code{V240001}}{double CASEID}
377379
#' \item{\code{V240002a}}{double MODE OF INTERVIEW: PRE-ELECTION INTERVIEW}
378380
#' \item{\code{V240002b}}{double MODE OF INTERVIEW: POST-ELECTION INTERVIEW}

0 commit comments

Comments
 (0)