DVCnot {GmooG} | R Documentation |
Vehicle accidents in Bavaria not involving deer
Description
Numbers of vehicle accidents every half-hour from the beginning of 2002 till the end of 2011.
Usage
data(DVCnot)
Format
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, from 2002-01-01 to 2011-12-31
Freq
number of accidents
Details
This dataset and the dataset DVCnot are both used in Chapter 24, "When do road accidents with deer happen in Bavaria?".
Source
https://www.jstatsoft.org/article/view/v092i01
Examples
data(DVCnot, package="GmooG")
with(DVCnot, table(Freq))
[Package GmooG version 0.7 Index]