fisherB1 | R Documentation |
Arrival time on a 24-hour clock of 254 patients at an intensive care unit, over a period of about 12 months.
data(fisherB1)
data(fisherB1c)
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).
Cox, D.R. and Lewis, P.A.W. (1966) The Statistical Analysis of Series of Events. London : Methuen & CO. Ltd. pp. 254-255
N.I. Fisher (1993) Statistical analysis of circular data. Cambridge University Press. Pag. 239.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.