salesdata {CARBayesdata} | R Documentation |
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 Zones (IZ) 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)
Format
A data.frame object containing 2981 observations on the following 4 variables.
IZ
The unique identifier for each IZ.
year
The year the data relate to.
sales
The number of property sales.
stock
The number of properties.
Source
These data were provided by the Scottish Government via http://statistics.gov.scot.
Examples
data(salesdata)
[Package CARBayesdata version 3.0 Index]