DVCdeer {GmooG}R Documentation

Vehicle accidents with deer in Bavaria

Description

Numbers of vehicle accidents with deer every half-hour from the beginning of 2002 till the end of 2011.

Usage

data(DVCdeer)

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

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(DVCdeer, package="GmooG")
with(DVCdeer, table(Freq))

[Package GmooG version 0.7 Index]