DVCdeer {GmooG} | R Documentation |
Numbers of vehicle accidents with deer every half-hour from the beginning of 2002 till the end of 2011.
data(DVCdeer)
A data frame with 175296 observations on the following 3 variables.
mins
beginning of half-hour period, from 00:00 to 23:30
day
day
Freq
number of accidents
This dataset and the dataset DVCnot are both used in Chapter 24, "When do road accidents with deer happen in Bavaria?".
https://www.jstatsoft.org/article/view/v092i01
data(DVCdeer, package="GmooG")
with(DVCdeer, table(Freq))