salesdata dataset

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

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

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. data

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)
  • Maintainer: Duncan Lee
  • License: GPL (>= 2)
  • Last published: 2022-05-12

About the dataset

  • Number of rows: 2981
  • Number of columns: 4
  • Class: data.frame

Column names and types

  • IZ:factor
  • year:integer
  • sales:integer
  • stock:integer