Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

In this project you will be using data from the 2020 American National Election Study. Specifically, you will be looking at just over 8000 observations from the pre-election component of the study,...

1 answer below »
In this project you will be using data from the 2020 American National Election Study. Specifically, you will be looking at just over 8000 observations from the pre-election component of the study, completed in October of 2020. I’ve reduced the number of variables in the dataset, and labels are included, but you will have to use the included codebook to clean the data in a way that is appropriate for analysis. (For example, many of the missing values are set to be numbers, not NA.) Note that V200010a is the survey weight you should be using in your analysis. You should use this weight when running regressions and performing hypothesis
tests (i.e. when using svyttest and lm), but don’t wo
y about weighting when producing visualizations or presenting summary statistics.
Each of you will use as your main dependent/outcome variable the “feeling thermometer” question1 for Joe Biden:
summary(anes$V201151)
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## XXXXXXXXXX XXXXXXXXXX
The goal of the assignment is for you to form and test a hypothesis about what explains (or fails to explain) voters’ feelings towards Joe Biden in 2020. For example: a report might investigate how religiosity and ideology interact to produce positive and negative feelings about Biden. You should make your singular hypothesis clear to the reader within the first 2 or 3 sentences of the report. While you are testing a single hypothesis, that hypothesis does not need to involve just one variable. That being said, you should limit yourself to using no more than 10 variables in your analysis. You will hand in two files:
1. A report with the results of your analysis. This report will be no more than 5 pages long, including figures and tables. This report should not include any R code, and should present your findings as if you were presenting them in a professional setting. You should focus on presenting a coherent argument about why your chosen factors explain (or don’t explain) feelings towards Biden, not a travelogue of the process you used to get those findings. In other words, the report should not be, “First I did X. That didn’t work so I tried Y”. Once you have your results/figures/tables complete, you should write your report to present those in a clear and concise way.
2. The R code that produced the findings in the paper. This code should be organized and well
commented, such that I am able to understand each step you took to get from the raw dataset
to the figures/tables/statistics presented in your paper. Each and every number, table, and figure that is in your report needs to be able to be generated from your code by me, starting with the raw data.
To satisfy these two requirements you can also hand in a .Rmd file and a co
esponding PDF, but that PDF should not contain any R code.
Focus your work in a way that demonstrates your knowledge of course materials. You must perform at least one regression analysis. Other things that you may wish to include (not mandatory, and not exhaustive):
1
-Visualizing data in appropriate ways.
-Presenting summary statistics of the main variables you make use of.
-Demonstrating knowledge of sampling and weights.
-Performing hypothesis tests on sample statistics.
-Considering the means of variables.
-Considering the difference in means between groups.
-Co
ectly interpreting the output of a regression.
-Assessing the fit of a regression.
-Adding variables to improve regression fit or to deal with omitted variable bias.
-Considering interactive hypotheses for regression.
-Considering the standard e
ors of your regression and if they can be improved (Week 7.)
Answered Same Day Mar 03, 2023

Solution

Subhanbasha answered on Mar 04 2023
30 Votes
Report
Hypothesis: Voters' feelings towards Joe Biden in 2020 are affected by their sex, handling the economy, handling COVID-19, and their feeling towards President Trump's job performance.
Introduction:
The 2020 presidential election in the United States was marked by high political polarization, and Joe Biden won the election against incumbent President Donald Trump. This report aims to investigate the factors that influence voters' feelings towards Joe Biden in the 2020 election. Specifically, we are interested in examining the role of their sex, handling the economy, handling COVID-19, and their feeling towards President Trump's job performance in shaping voters' attitudes toward Joe Biden.
we hypothesize that voters who identify as more ideologically liberal and have higher levels of education will have more positive feelings towards Joe Biden. To test this hypothesis, we will perform a regression analysis and present summary statistics and visualizations of the main variables we use.
Data Cleaning and Weighting:
Before conducting our analysis, we need to clean the data and account for survey weighting. The codebook provides information on how to handle missing values and recode variables. We will also use the survey weight V200010a in our analysis to account for the complex sampling design and ensure that our results are representative of the population.
    Here we tested any missing values in the data but not found any missing values in the data so not replaced any values. If we had any missing values will replace those with zeros or the mean of the co
esponding variable.
    We will test for is there any outliers so that we can do some operations with that outliers whether we replace them with zeros or remove those outlier data in the main data so that the analysis will be well maintained.
Summary Statistics:
    variable
    Min
    1st Qu
    Median
    Mean
    3rd...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here