Learn R Programming

CARBayesdata (version 2.2)

salesdata: Property sales data for the Greater Glasgow and Clyde health board between 2003 and 2013.

Description

A data.frame object containing spatio-temporal data on property sales and the total number of properties for the 271 Intermediate Geographies (IG) that make up the Greater Glasgow and Clyde health board in Scotland. Yearly data are available between 2003 and 2013 inclusive. These data are used in a worked example in the vignette accompanying the CARBayesST package.

Usage

data(salesdata)

Arguments

Format

A data.frame object containing 2981 observations on the following 4 variables.

IG

The unique identifier for each IG.

year

The year the data relate to.

sales

The number of property sales.

stock

The number of properties.

Examples

Run this code
# NOT RUN {
    data(salesdata)
# }

Run the code above in your browser using DataLab