E6.1: Data on Automobile Speed and Distance Covered to Come to a...

Description Usage Format Source Examples

Description

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

Usage

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

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

SenSrivastava documentation built on May 2, 2019, 7:29 a.m.