Question
Project 1: Data quality. This project deals with issues that come up with data collection. Use install.packages(ggplot2) to get datasets about diamonds that are shipped
Project 1: Data quality.
This project deals with issues that come up with data collection. Use install.packages("ggplot2") to get datasets about diamonds that are shipped with the ggplot2 package. Cover in the project the following:
There is a surprisingly cheap 5 carat diamond, and some cheap 3 carat diamonds. How can we identify those points?
Use an interactive scatterplot to identify outliers in these variables. Check prices, carat and other information and think about if any of the outliers can be due to data errors.
Discuss the following:
- How can you tell if the data is an outlier or if it is something important?
- Which data is the noise and how is the noise different from outliers?
When there are missing values, explain the pros and cons of the following strategies:
- Elimination of Data Objects
- Estimation of Missing Values
What are the limitations of analyzing real data with missing values and why is it impossible to really know such data?
See rubric for the grading.
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