R Dataset / Package mosaicData / SaratogaHouses
November 27, 2023
On this R-data statistics page, you will find information about the SaratogaHouses data set which pertains to Houses in Saratoga County (2006). The SaratogaHouses data set is found in the mosaicData R package. You can load the SaratogaHouses data set in R by issuing the following command at the console data("SaratogaHouses"). This will load the data into a variable called SaratogaHouses. If R says the SaratogaHouses data set is not found, you can try installing the package by issuing this command install.packages("mosaicData") 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 SaratogaHouses R data set. The size of this file is about 152,963 bytes.
Houses in Saratoga County (2006)
Description
Data on houses in Saratoga County, New York, USA in 2006
Usage
data(SaratogaHouses)
Format
A data frame with 1728 observations on the following 16 variables.
-
priceprice (1000s of US dollars) -
lotSizesize of lot (square feet) -
ageage of house (years) -
landValuevalue of land (1000s of US dollars) -
livingArealiving are (square feet) -
pctCollegepercent of neighborhood that graduated college -
bedroomsnumber of bedrooms -
firplacesnumber of fireplaces -
bathroomsnumber of bathrooms (half bathrooms have no shower or tub) -
roomsnumber of rooms -
heatingtype of heating system -
fuelfuel used for heating -
sewertype of sewer system -
waterfrontwhether property includes waterfront -
newConstructionwhether the property is a new construction -
centralAirwhether the house has central air
Source
Data collected by Candice Corvetti and used in the "Stat 101" case study "How much is a Fireplace Worth". See also http://www.saratogacountyny.gov/departments/real-property-tax-service-agency/.
Dataset imported from https://www.r-project.org.
<iframe src="https://jmagunia.com/iframe/r-dataset-package-mosaicdata-saratogahouses.html" width="100%" height="100%" style="border:0px"></iframe>