Learn R Programming

SenSrivastava (version 2015.6.25)

E9.19: Acceleration data

Description

The E9.19 data frame has 50 rows and 4 columns.

Usage

data(E9.19)

Arguments

Format

This data frame contains the following columns:

ACC

a numeric vector, Acceleration of different vehicles.

WHP

a numeric vector, weight-to-horsepower ratio.

SP

a numeric vector, speed at which they were travelling.

G

a numeric vector, Grade of road, G=0 implies road was horizontal.

Examples

Run this code
data(E9.19)
summary(E9.19)
plot(E9.19)

Run the code above in your browser using DataLab