karadata<- read_csv ("https://myxavier-my.sharepoint.com/:x:/g/personal/carterk16_xavier_edu/ETRXTCByjc5FjpslvfwwIckBZ0j7Q7kcioW6IrvRkxxNBA?download=1")
hist(karadata$MODEL) Model resold the most
Introduction
This data set is shows all the resold Porsche. This will be analyzing which is the most common model/class resold and what its value is. My data contains information about different types of Porsche that have been resold. Each row is a different car and each column is telling the buyer information about the car.
Question Outcome
This will show what is the most common type of Porsche, which is the Cayenne. This will show which models could have the highest resell chances. I will complete this task by using the Model/Class column and count the number of rows with for each of the classes. After this is created, I will use that particular class and pair it with the price for each car in the class.
Code:
The most commonly resold Porsche in this data set is the cayenne. It is resold a lot more than the other classes in the set. Because of that, I wanted to see the prices at which the Cayenne were resold at based on the age of the car. As one would think, the older cars resold for lower amounts than newer cars. This means that the car is likely not consider antique.