Learn R Programming

SPARTAAS (version 1.0.0)

datacancer: Data set of cancerology.

Description

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

Usage

data("datacancer")

Arguments

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)

Examples

Run this code
# NOT RUN {
  library(SPARTAAS)
  data(datacancer)
  str(datacancer)
  head(datacancer$coord)
  str(datacancer$var)
# }

Run the code above in your browser using DataLab