File: BondYield.Rd

package info (click to toggle)
r-cran-aer 1.2-9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,392 kB
  • sloc: sh: 13; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\name{BondYield}
\alias{BondYield}
\title{Bond Yield Data}

\description{
Monthly averages of the yield on a Moody's Aaa rated corporate bond (in percent/year).  
}

\usage{data("BondYield")}
\format{
A monthly univariate time series from 1990(1) to 1994(12).
}

\source{
Online complements to Greene (2003), Table F20.1.

\url{http://pages.stern.nyu.edu/~wgreene/Text/tables/tablelist5.htm}
}

\references{
Greene, W.H. (2003). \emph{Econometric Analysis}, 5th edition. Upper Saddle River, NJ: Prentice Hall.
}

\seealso{\code{\link{Greene2003}}}

\examples{
data("BondYield")
plot(BondYield)
}

\keyword{datasets}