R Dataset / Package Stat2Data / HorsePrices
On this R-data statistics page, you will find information about the HorsePrices data set which pertains to HorsePrices. The HorsePrices data set is found in the Stat2Data R package. You can load the HorsePrices data set in R by issuing the following command at the console data("HorsePrices"). This will load the data into a variable called HorsePrices. If R says the HorsePrices 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 HorsePrices R data set. The size of this file is about 1,077 bytes.
HorsePrices
Description
HorsePrices
Format
A dataset with 50 observations on the following 5 variables.
HorseID | ID code for each horse |
Price | Price (in dollars) |
Age | Age of the horse (in years) |
Height | Height fo the horse (in hands) |
Sex | f =female m =male |
Details
Undergraduate students at Cal Poly collected data on prices of 50 horses advertised for sale on the internet. Predictor variables of price include the age and height of the horse (in hands), as well as its sex.
Source
Cal Poly students using a horse sale website.
Dataset imported from https://www.r-project.org.