circular (version 0.4-93)

fisherB1: B.1 Arrival times at an intensive care unit

Description

Arrival time on a 24-hour clock of 254 patients at an intensive care unit, over a period of about 12 months.

Usage

data(fisherB1)
data(fisherB1c)

Arguments

Format

fisherB1 is a vector of 254 observations (in the format hours.minutes). fisherB1c contains the same observations in a circular objects (minutes are expressed as decimals).

See Also

N.I. Fisher (1993) Statistical analysis of circular data. Cambridge University Press. Pag. 239.

Examples

Run this code
# NOT RUN {
data(fisherB1c)
par(mfcol=c(1,2))
plot(fisherB1c, main="Clock 24", shrink=1.5)
plot(fisherB1c, template="clock12", main="Clock 12", shrink=1.5)
# }

Run the code above in your browser using DataLab