Learn R Programming

SenSrivastava (version 2015.6.25)

E1.16: Earnings and Prices of Selected Paper Company Stocks

Description

The E1.16 data frame has 10 rows and 3 columns.

Usage

data(E1.16)

Arguments

Format

This data frame contains the following columns:

Company

a character vector, name of the company

Earn.Share

a numeric vector, 1972 earnings per share, in dollars.

Price.Share

a numeric vector, prive per share, in dollars, in may, 1973.

Examples

Run this code
with(E1.16, plot(Price.Share, Earn.Share))

Run the code above in your browser using DataLab