logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Vishal SindhwalComputer science
(5/5)

790 Answers

Hire Me
expert
Chris AddisonCriminology
(5/5)

581 Answers

Hire Me
expert
Susanne ParkerNursing
(5/5)

704 Answers

Hire Me
expert
Pankaj KukrejaSociology
(5/5)

802 Answers

Hire Me
R Programming
(5/5)

Using the read.csv() function, read in surveyA.csv and electoral_votes.csv

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

1. (0 points) Using the read.csv() function, read in surveyA.csv and electoral_votes.csv

 

Part 1

 

2. (5 points) Calculate mean trump vote for each state using survey A. 

 

3. (10 points) Calculate the standard errors for the mean trump vote by state. Why is the standard error so much larger (in some cases, nearly 8x as big) for some states than other states?

 

4. (10 points) Make a plot of Trump vote by state. Your plot should include the following 5 states: California, West Virginia, Michigan, Wisconsin, Pennsylvania. Your plot should have state on the X axis and Trump vote on the y axis. Include 95% confidence intervals on your plot (use geom_errorbar in ggplot).

 

Note: You will be putting all 5 states on one plot

 

5. (10 points) Explain in your own words what these 95% confidence intervals from the previous plot represent.

 

6. (10 points) Your friend says to you, “Your use of the t-distribution to construct that confidence interval was problematic because Trump vote share is not normally distributed.” Craft a response to your friend that explains when and why you might use the t-distribution even if the underlying variable you are studying is not normally distributed.

 

7. (10 points) Using the t.test() function, determine if the difference between the Trump vote in IL vs. TX is ”statistically significant” at the 0.05 level. Explain what this means.

 

Part 2

 

8. (20 points) Now, we’re going to run a simulation to demonstrate the role of sampling variation in polling. When survey researchers conduct a survey, they are drawing a sample of respondents, so they can use the sample mean to estimate the population mean. In this question, we will simulate lots of different samples from Survey A respondents to determine how much variation we will see in our predictions as a result of random chance.  We will combine this data with electoral vote counts in order to generate predictions about the 2020 presidential election, similar to the 538 election forecast. 

 

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme