ex0223: Speed Limits and Traffic Fatalities

Description Usage Format Source References Examples

Description

The National Highway System Designation Act was signed into law in the United States on November 28, 1995. Among other things, the act abolished the federal mandate of 55 mile per hour maximum speed limits on roads in the United States and permitted states to establish their own limits. Of the 50 states (plus the District of Columbia), 32 increased their speed limits at the beginning of 1996 or sometime during 1996. These data are the percentage changes in interstate highway traffic fatalities from 1995 to 1996.

Usage

1

Format

A data frame with 51 observations on the following 5 variables.

State

US state

Fatalities1995

number of traffic fatalities in 1995

Fatalities1996

number of traffic fatalities in 1996

PctChange

percentage change in interstate traffic fatalities between 1995 and 1996

SpeedLimit

a factor with levels "Inc" and "Ret", indicating whether the state increased or retained its speed limit

Source

Ramsey, F.L. and Schafer, D.W. (2002). The Statistical Sleuth: A Course in Methods of Data Analysis (2nd ed), Duxbury.

References

Report to Congress: The Effect of Increased Speed Limits in the Post-NMSL Era, National Highway Traffic Safety Administration, February, 1998; available in the reports library at http://www-fars.nhtsa.dot.gov/.

Examples

1

Example output

'data.frame':	51 obs. of  5 variables:
 $ State         : chr  "Alabama" "Alaska" "Arizona" "Arkansas" ...
 $ Fatalities1995: int  1114 87 1035 631 4192 645 317 121 58 2805 ...
 $ Fatalities1996: int  1146 81 994 615 3989 617 310 116 62 2753 ...
 $ PctChange     : num  2.87 -6.9 -3.96 -2.54 -4.84 -4.34 -2.21 -4.13 6.9 -1.85 ...
 $ SpeedLimit    : Factor w/ 2 levels "Inc","Ret": 1 2 1 1 1 1 2 1 2 1 ...

Sleuth3 documentation built on May 2, 2019, 6:41 a.m.