R Dataset / Package wooldridge / intqrt

On this R-data statistics page, you will find information about the intqrt data set which pertains to intqrt. The intqrt data set is found in the wooldridge R package. You can load the intqrt data set in R by issuing the following command at the console data("intqrt"). This will load the data into a variable called intqrt. If R says the intqrt data set is not found, you can try installing the package by issuing this command install.packages("wooldridge") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the intqrt R data set. The size of this file is about 49,306 bytes.

intqrt

Description

Data loads lazily. Type data(intqrt) into the console.

Usage

data(intqrt)

Format

A data.frame with 124 rows and 23 variables:

  • r3. bond equiv. yield, 3 mo T-bill

  • r6. bond equiv. yield, 6 mo T-bill

  • r12. yield on 1 yr. bond

  • p3. price of 3 mo. T-bill

  • p6. price of 6 mo. T-bill

  • hy6. 100*(p3 - p6[_n-1])/p6[_n-1])

  • hy3. r3*(91/365)

  • spr63. r6 - r3

  • hy3_1. hy3[_n-1]

  • hy6_1. hy6[_n-1]

  • spr63_1. spr63[_n-1]

  • hy6hy3_1. hy6 - hy3_1

  • cr3. r3 - r3_1

  • r3_1. r3[_n-1]

  • chy6. hy6 - hy6_1

  • chy3. hy3 - hy3_1

  • chy6_1. chy6[_n-1]

  • chy3_1. chy3[_n-1]

  • cr6. r6 - r6_1

  • cr6_1. cr6[_n-1]

  • cr3_1. cr3[_n-1]

  • r6_1. r6[_n-1]

  • cspr63. spr63 - spr63_1

Source

https://www.cengage.com/cgi-wadsworth/course_products_wp.pl?fid=M20b&product_isbn_issn=9781111531041

Examples

 str(intqrt)

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-wooldridge-intqrt.html" width="100%" height="100%" style="border:0px"></iframe>