Last data update: 2014.03.03

R: Term structure data
term.structureR Documentation

Term structure data

Description

The term.structure data frame has 117 observations on the prices of U.S. STRIPS (Separate Trading on Registered Interest and Principal of Securities) on December 31, 1995.

Usage

data(term.structure)

Format

This data frame contains the following columns:

time.to.maturity

time in years between 31st December, 1995, and the date on which the STRIPS matures.

price

price of the STRIPS as a percent of par.

Source

University of Houston Fixed Income Database.

References

Jarrow, R., Ruppert, D., and Yu, Y. (2004). Estimating the term structure of corporate debt with a semiparametric penalized spline model, Journal of the American Statistical Association, 99, 57-66.

Ruppert, D., Wand, M.P. and Carroll, R.J. (2003)
Semiparametric Regression Cambridge University Press.
http//stat.tamu.edu/~carroll/semiregbook/

Examples

library(SemiPar)
data(term.structure)
attach(term.structure)
plot(time.to.maturity,price)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(SemiPar)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/SemiPar/term.structure.Rd_%03d_medium.png", width=480, height=480)
> ### Name: term.structure
> ### Title: Term structure data
> ### Aliases: term.structure
> ### Keywords: datasets
> 
> ### ** Examples
> 
> library(SemiPar)
> data(term.structure)
> attach(term.structure)
> plot(time.to.maturity,price)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>