R Dataset / Package Stat2Data / PorschePrice

On this R-data statistics page, you will find information about the PorschePrice data set which pertains to PorschePrice. The PorschePrice data set is found in the Stat2Data R package. You can load the PorschePrice data set in R by issuing the following command at the console data("PorschePrice"). This will load the data into a variable called PorschePrice. If R says the PorschePrice data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the PorschePrice R data set. The size of this file is about 370 bytes.

PorschePrice

Description

Prices for Porsche cars offered for sale at an internet site.

Format

A dataset with 30 observations on the following 3 variables.

R project statistics dataset table
Price Asking price for the car (in $1,000's)
Age Age of the car (in years)
Mileage Previous miles driven (in 1,000's)

Details

A student was interested in pries for used Porsche sports cars being sold on the internet. He selected a random sample of 30 Porsches from the ones being advertised at autotrader.com. For each car he recorded the asking price, mileage, and model year (which he converted to age).

Source

Data collected for a student project from autotrader.com in February 2007.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-stat2data-porscheprice.html" width="100%" height="100%" style="border:0px"></iframe>