E6.1 {SenSrivastava}R Documentation

Data on Automobile Speed and Distance Covered to Come to a Standstill after Breaking

Description

The E6.1 data frame has 62 rows and 2 columns.

Usage

data(E6.1)

Format

This data frame contains the following columns:

d.

a numeric vector, distance covered to come to a standstill after breaking.

sp.

a numeric vector, speed before breaking.

Source

From Ezekiel,M. and F. A. Fox, Methods of Correlation and Regression Analysis. Copyright 1959 John Wiley and Sons, Inc.

Examples

data(E6.1)
attach(E6.1)
plot(sp., d.)
detach()

[Package SenSrivastava version 2015.6.25.1 Index]