Learn R Programming

wBoot (version 1.0.3)

homes:

House Size, Lot Size, and Value Data

Description

Data on house size (in square feet), lot size (in acres), and assessed value (in thousands of dollars) for a sample of homes in a particular area.

Usage

data("homes")

Arguments

Format

A data frame with 44 observations on the following 3 variables.
HOUSE.SIZE
a numeric vector
LOT.SIZE
a numeric vector
VALUE
a numeric vector

Source

Arizona Residential Property Valuation System, published by the Arizona Department of Revenue.

Details

The document cited below describes how county assessors use computerized systems to value single-family residential properties for property tax purposes. The house size (in square feet), lot size (in acres), and assessed value (in thousands of dollars) for a sample of 44 homes in a particular area are presented in the "homes" dataset.

Examples

Run this code
data(homes)
str(homes)
plot(homes)
attach(homes)
detach(homes)

Run the code above in your browser using DataLab