Dodgeram {approxmatch}R Documentation

Dodge ram pk 2500 data on side airbag (SAB) usage from 1995 to 2015

Description

This is an example dataset on the description of the Dodge pk 2500 cars involved in fatal crashes between 1995 to 2015.

Usage

data("Dodgeram")

Format

A data frame with 6953 observations on the following 33 variables.

X.1

a numeric vector.

X

a numeric vector.

indexinSABdata

a numeric vector

NOSAB

a numeric vector. In the earlier period when SAB was not available? 1 = yes.

WITHoptSAB

a numeric vector. Bought SAB in the optional period? 1 = yes.

optSAB

a numeric vector. In the optional period when SAB was available as an option? 1 = yes.

WITHSABS

a numeric vector. In the later period when SAB was standard issue? 1 = yes.

IMPACT3

a numeric vector. Impact code. (0 = no, 1 = right, 2 = behind, 3 = left, 4 = front, 9 = other)

ROLLOVER1

a numeric vector. Rollover occurred? 1 = yes.

REST_USE1

a numeric vector. Restraint used by the driver? 1 = yes, 99 = unknown type, 0 = not used.

FRpass.REST_USE1

a numeric vector. Restraint use by the front right passenger.

SP_LIMIT

a numeric vector. Speed Limit of the route.

AGE

a numeric vector. Age of the driver.

DR_DRINK

a numeric vector. Whether the driver was drinking? 1 = yes.

FR.pass

a logical vector. Whether a front right passenger was present.

FRpass.AGE

a numeric vector. Age of the front right passenger if present.

SEX.2

a numeric vector. Sex of the driver. 1 = female.

EJECTION.1

a numeric vector. Ejection of the driver. 1 = yes.

EJECTION.2

a numeric vector. Ejection type of driver unknown. 1= yes.

IMPACT3.1

a numeric vector. Impact from right? 1= yes.

IMPACT3.2

a numeric vector. Impact from behind? 1= yes.

IMPACT3.3

a numeric vector. Impact from left? 1= yes.

IMPACT3.4

a numeric vector. Impact from front? 1= yes.

IMPACT3.9

a numeric vector. Impact of other type? 1= yes.

ROLLOVER1.1

a numeric vector. Rollover occurred? 1= yes.

FIRE_EXP1.1

a numeric vector. Fire occurred in the car? 1= yes.

REST_USE1.1

a numeric vector. Driver used restraint? 1= yes.

REST_USE1.99

a numeric vector. Driver restraint use of unknown type? 1= yes.

FRpass.SEX.2

a numeric vector. Sex of the front right passenger. 2 = female.

FRpass.EJECTION.1

a numeric vector. Ejection of the front right passenger. 1 = yes.

FRpass.EJECTION.2

a numeric vector. Ejection type of front right passenger unknown. 1= yes.

FRpass.REST_USE1.1

a numeric vector. Front right passenger used restraint? 1= yes.

FRpass.REST_USE1.99

a numeric vector. Front right passenger restraint use of unknown type? 1= yes.

Details

Derived from fatal accidents in the USA between 1995 and 2015 recorded by Fatality Analysis Reporting System (FARS) of NHTSA. Consists of only model years more than 1985. Sample is corrected for selection bias in FARS. For further detail of the variables see the code book of FARS.

Source

Fatality Analysis Reporting System of NHTSA, DOT, USA. https://www.nhtsa.gov/research-data/fatality-analysis-reporting-system-fars

Examples

data(Dodgeram)
## maybe str(Dodgeram) ; plot(Dodgeram) ...

[Package approxmatch version 2.0 Index]