Learn R Programming

kernstadapt (version 0.4.0)

aegiss: Diggle et al.'s data: Non-specific gastrointestinal data

Description

A spatio-temporal point pattern of locations and times of individuals with non-specific gastrointestinal infections in Hampshire, UK, from 2001 to 2003.

Usage

data("aegiss")

Arguments

Format

An object of class "ppp" Entries include

xCartesian \(x\)-coordinate of infection
yCartesian \(y\)-coordinate of infection
marksAn integer vector of values indicating
the time of infection starting in 1 windowCartesian coordinates of Hampshire's map

See ppp.object for details of the format.

References

Diggle, L. Knorr-Held, R. B, T. Su, P. Hawtin, and T. Bryant. (2003) On-line monitoring of public health surveillance data. In B. R. and S. D.F., editors, Monitoring the Health of Populations: Statistical Principles and Methods for Public Health Surveillance. 233-266. Oxford University Press.

Examples

Run this code
data(aegiss)
head(aegiss)
plot(aegiss, bg = rainbow(250), pch = 21)

Run the code above in your browser using DataLab