R Dataset / Package mosaicData / SaratogaHouses

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.

  • price price (1000s of US dollars)

  • lotSize size of lot (square feet)

  • age age of house (years)

  • landValue value of land (1000s of US dollars)

  • livingArea living are (square feet)

  • pctCollege percent of neighborhood that graduated college

  • bedrooms number of bedrooms

  • firplaces number of fireplaces

  • bathrooms number of bathrooms (half bathrooms have no shower or tub)

  • rooms number of rooms

  • heating type of heating system

  • fuel fuel used for heating

  • sewer type of sewer system

  • waterfront whether property includes waterfront

  • newConstruction whether the property is a new construction

  • centralAir whether 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.

Attachments: csv, json

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