E6.1 {SenSrivastava} | R Documentation |
The E6.1
data frame has 62 rows and 2 columns.
data(E6.1)
This data frame contains the following columns:
a numeric vector, distance covered to come to a standstill after breaking.
a numeric vector, speed before breaking.
From Ezekiel,M. and F. A. Fox, Methods of Correlation and Regression Analysis. Copyright 1959 John Wiley and Sons, Inc.
data(E6.1)
attach(E6.1)
plot(sp., d.)
detach()