https://github.com/cran/ismev
Raw File
Tip revision: ffe568d732e72e071012a989d672996be6d8cc88 authored by Eric Gilleland on 10 May 2018, 21:08:29 UTC
version 1.42
Tip revision: ffe568d
dowjones.Rd
\name{dowjones}
\alias{dowjones}
\title{Daily Closing Prices of The Dow Jones Index}
\usage{data(dowjones)}
\description{
  The \code{dowjones} data frame has 1304 rows and 2 columns.
  The second column contains daily closing prices of the Dow
  Jones Index over the period 1996 to 2000. The first column
  contains a \code{\link{POSIXct}} object giving the dates of
  each observation.
}
\format{
  This data frame contains the following columns:
  \describe{
    \item{Date}{A \code{\link{POSIXct}} object containing dates.}
    \item{Index}{A numeric vector containing daily closing
      prices of the Dow Jones Index.}
  }
}
\source{
  Coles, S. G. (2001)
  \emph{An Introduction to Statistical Modelling of
    Extreme Values.} London: Springer.
}
\keyword{datasets}
back to top