homes: House Size, Lot Size, and Value Data

Description Usage Format Details Source Examples

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

1
data("homes")

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

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.

Source

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

Examples

1
2
3
4
5

wBoot documentation built on May 1, 2019, 7:31 p.m.