R Dataset / Package wooldridge / inven

On this R-data statistics page, you will find information about the inven data set which pertains to inven. The inven data set is found in the wooldridge R package. You can load the inven data set in R by issuing the following command at the console data("inven"). This will load the data into a variable called inven. If R says the inven 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 inven R data set. The size of this file is about 7,399 bytes.

inven

Description

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

Usage

data(inven)

Format

A data.frame with 37 rows and 13 variables:

  • year. 1959-1995

  • i3. 3 mo. T-bill rate

  • inf. CPI inflation rate

  • inven. inventories, billions '92 $

  • gdp. GDP, billions '92 $

  • r3. real interest: i3 - inf

  • cinven. inven - inven[_n-1]

  • cgdp. gdp - gdp[_n-1]

  • cr3. r3 - r3[_n-1]

  • ci3. i3 - i3[_n-1]

  • cinf. inf - inf[_n-1]

  • ginven. log(inven) - log(inven[_n-1])

  • ggdp. log(gdp) - log(gdp[_n-1])

Source

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

Examples

 str(inven)

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

Attachments: csv, json

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