Learn R Programming

GmooG (version 0.7)

DVCnot: 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)

Arguments

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?".

Examples

Run this code
data(DVCnot, package="GmooG")
with(DVCnot, table(Freq))

Run the code above in your browser using DataLab