Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

University of Minnesota - Twin Cities STAT 3011 Chapters covered: Chapter 1, 2, 4 Show your work to receive full credit. Textbook Problems : (Statistics,

University of Minnesota - Twin Cities

STAT 3011

Chapters covered: Chapter 1, 2, 4

Show your work to receive full credit.

Textbook Problems : (Statistics, the art and science of learning from data, 4th)

  • Problem 1 Exercise 1.12 At what age did women marry? (Page 16)
  • Problem 2 Exercise 1.35 Multiple Choice: Use of inferential statistics? (Page 24) (No
  • explanation required)
  • Problem 3 Exercise 2.4 Modified Identify each of the following variables as either categorical or quantitative. For quantitative variable, identify whether it is discrete or continuous.
  • a. Choice of diet (vegan, vegetarian, neither) b. Time spent shopping online per week
  • c. Ownership of a tablet (yes, no) d. Number of siblings
  • e. Distance of commute to work
  • Problem 4 Exercise 2.16 Modified For a trip to Miami, Florida, over spring break 2014, the data below (obtained from travelocity.com) show the price per night (in U.S. dollars) for various hotel rooms. 239, 237, 245, 310, 218, 175, 330, 196, 178, 245, 255, 190, 330, 124, 162, 190, 386, 145
  1. Enter numbers above in R using the following R command. Use built-in R command stem() to construct a stem-and-leaf plot. Copy and paste your R output. How many hotel rooms cost more than $300?
 price<-c(239, 237, 245, 310, 218, 175, 330, 196, 178, 245, 255, 190, 330, 124, 162, 190, 386, 145) 
  1. Use built-in R command hist() to construct a histogram. Mention where most prices tend to fall and comment about the shape of the distribution. Include the plot in your assignment submission.
  • Problem 5 Refer to Problem 4 (Hotel Price)
  1. Use R to calculate mean and standard deviation. Interpret the results in the context of problem.
  2. The most expensive hotel room in this problem is $386. How many standard deviations above the mean is it? According to three-standard-deviation-rule, is this price extremely unusual?
  • Problem 6 Exercise 2.46 Sick leave (page 65) Use R to find standard deviation in b) and c);
  • Problem 7 : Exercise 4.29 Identify the bias (page 172)
  • Problem 8: Exercise 4.68 Aspirin prevents heart attacks? (Page 192)

1

STAT 3011 Homework 1 (Due: Sun. Sept. 22, 2019) Fall 2019 R Problem

In this problem we will use data set named 'Hurricane' available at http://sites.williams.edu/bklingen/ files/2015/05/hurricanes.csv. It contains the damage (in billion dollars) of the 30 most costly hurricaines hitting the U.S. mainland between 1900 and 2010. (Numbers are inflation adjusted and in 2010 dollars). Import data set into R using the following R command:

dat<-read.csv("http://sites.williams.edu/bklingen/files/2015/05/hurricanes.csv") 

R Problem 1

  1. Construct a histogram of variable 'Damage' with a main title "Hurricane Damage" and x-axis title "Damage (in billion US Dollars)". Describe the shape of the distribution and comment if there is any outlier. Include the plot in your homework submission.
  2. Identify the 5-number-summary of the variable 'Damage' using R.
  3. Would you use the mean or median to describe the center of variable "Damage"? Why?

In the following problems we will study another variable 'Category' in the same data set. Go to (https: //www.nhc.noaa.gov/aboutsshws.php) and learn about hurricane category index if you are not familiar with it.

R Problem 2

  1. Construct a frequency table of Category using table() command in R. Copy and paste the
  2. output.
  3. A major hurricane is one that is category 3 or more. Based on the frequency table from above,
  4. find the percent of major hurricanes.
  5. Does either a bar graph or pie chart make sense for these data? Explain. (No need to make one)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Elementary Statisitcs

Authors: Barry Monk

2nd edition

1259345297, 978-0077836351, 77836359, 978-1259295911, 1259295915, 978-1259292484, 1259292487, 978-1259345296

More Books

Students also viewed these Mathematics questions