openintro (version 1.7.1)

xom: Exxon Mobile stock data

Description

Monthly data covering 2006 through early 2014.

Usage

data("xom")

Arguments

Format

A data frame with 98 observations on the following 7 variables.

Date

Date.

Open

a numeric vector

High

a numeric vector

Low

a numeric vector

Close

a numeric vector

Volume

a numeric vector

Adj.Close

a numeric vector

Examples

Run this code
# NOT RUN {
data(xom)
## maybe str(xom) ; plot(xom) ...
# }

Run the code above in your browser using DataLab