Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q2. In this exercise you'll use R package tidyverse (see chapter 4 of Introduction to Data Science Data Analysis and Prediction Algorithms with R

image text in transcribed

Q2. In this exercise you'll use R package tidyverse (see chapter 4 of Introduction to Data Science Data Analysis and Prediction Algorithms with R by Rafael A. Irizarry. You need to go through chapter 4 before attempting the following questions. Also, see my lecture video in the blackboard. Using dplyr functions (i.e., filter, mutate,select, summarise, group_by etc.) and "murder" dataset (available in dslabs R package) and write appropriate R syntax to answer the followings: a. Calculate regional total murder excluding the OH, AL, and AZ b. Display the regional population and regional murder numbers. c. How many states are there in each region? d. What is Ohio's murder rank in the Northern Central Region (Hint: use rank(), row_number()) e. How many states have murder number greater than its regional average. f. Display 2 least populated states in each region

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

More Books

Students also viewed these Programming questions

Question

Explain the effect of diversity on group performance? LO.1

Answered: 1 week ago