datacancer {SPARTAAS}R Documentation

Data set of cancerology.

Description

Longitude, latitude, number of thyroid cancers. The data concern two French departments (Loire-Atlantique and Vendee) between 1998 and 2012. For confidentiality reasons, the data are simulated.

Usage

data("datacancer")

Format

List of two objects with 359 observations on the following 3 variables.

$coord (data.frame):

longitude

a numeric vector: geographical coordinate

latitude

a numeric vector: geographical coordinate

$var (vector):

var

a numeric vector: number of thyroid cancers (simulated)

Author(s)

M. Karakachoff (IR CHU - l'institut du Thorax INSERM UMR 1087 - CNRS UMR 6291) Nantes, France

F. Molinie (resp. Loire-Atlantique-Vendee cancer registry - registre-des-cancers) France

Examples

  library(SPARTAAS)
  data(datacancer)
  str(datacancer)
  head(datacancer$coord)
  str(datacancer$var)

[Package SPARTAAS version 1.2.4 Index]