Question
Can you please help me understand how to using R programming in solving this problem Data: (Consumer_Complaints.xlsx) 1. Read the dataset into RStudio (you will
Can you please help me understand how to using R programming in solving this problem Data: (Consumer_Complaints.xlsx) 1. Read the dataset into RStudio (you will need the path to the file); once loaded study the variables (features or columns) in it. Use R to view a summary of the dataset. 2. Use R to code the Consumer_Disputed? categorical variable. View the first 10 rows of your result. 3. Use R to sort the dataset according to State and save the result in the object CC_byState. View your result. 4. Use R to sort the dataset according to Product and save the result in the object CC_byProduct. View your result. 5. Use R to search for all entries made from 2016 to 2017. Try saving your result in a new object CC_2016-17. View the last 10 rows of your result. 6. Use R to make a histogram of the Product variable and add appropriate labels to it.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started