R Dataset / Package Stat2Data / Houses

On this R-data statistics page, you will find information about the Houses data set which pertains to Houses. The Houses data set is found in the Stat2Data R package. You can load the Houses data set in R by issuing the following command at the console data("Houses"). This will load the data into a variable called Houses. If R says the Houses 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 Houses R data set. The size of this file is about 371 bytes.

Houses

Description

Houses

Format

A dataset with 20 observations on the following 3 variables.

R project statistics dataset table
Price Selling price (in dollars)
Size Size of the house (in square feet)
Lot Area of the house's lot (in square feet)

Details

This dataset contains selling prices for 20 houses that were sold in 2008 in a small midwestern town. The file also contains data on the size of each house (in square feet) and the size of the lot (in square feet) that the house is on.

Source

Data collected from zillow.com in June 2008.

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

Attachments: csv, json

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