Skip to content

Latest commit

 

History

History

Diamond_Price-Analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Project - Diamond Price

ggplot2 provides a built in diamonds data set. We'll use this data set to explore a diamond's price versus its features.

Project Overview

Ever wonder what affects diamond price? Ever wonder if you're getting a good deal on the diamond you're about to buy? In this project, we will use ggplot2 to explore how a diamond's price is correlated with its features:

  • Carat
  • Cut
  • Color
  • Clarity
  • Depth
  • Table
  • x, y, z (Volume)

Getting Started

Prerequisites

You'll need to install:

Data Files

Exploration Files

  • diamond_price-explore.rmd - Main project file, an Rmd file that contains the exploration for the project.
  • diamond_price-explore.html - HTML output for easy viewability in browser.

Also the exploration is published directly on RPubs for easy viewing.

Authors

License

Creative Commons License

Acknowledgments