Learn R Programming

elrm (version 1.2.6)

crashDat: Crash Dataset: Calibration of Crash Dummies in Automobile Safety Tests

Description

Data from 58 simulated car crashes were analyzed. The relationship between the crash outcome (fatal, non-fatal) and 3 covariates was modeled.

Usage

data(drugDat)

Arguments

Format

Matrix with columns:

[,1]agenumericdesigned age of the crash dummy
[,2]velnumericvelocity of the car at impact
[,3]aclnumericacceleration of the car at impact
[,4]ynumericoutcome from test (1=fatal, 0=non-fatal)
[,5]nnumericnumber of binomial trials. For this data, n is a vector of ones, thus each trial is modeled as a Bernoulli random variable.