R Dataset / Package wooldridge / consump

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

consump

Description

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

Usage

data(consump)

Format

A data.frame with 37 rows and 24 variables:

  • year. 1959-1995

  • i3. 3 mo. T-bill rate

  • inf. inflation rate; CPI

  • rdisp. disp. inc., 1992 $, bils.

  • rnondc. nondur. cons., 1992 $, bils.

  • rserv. services, 1992 $, bils.

  • pop. population, 1000s

  • y. per capita real disp. inc.

  • rcons. rnondc + rserv

  • c. per capita real cons.

  • r3. i3 - inf; real ex post int.

  • lc. log(c)

  • ly. log(y)

  • gc. lc - lc[_n-1]

  • gy. ly - ly[_n-1]

  • gc_1. gc[_n-1]

  • gy_1. gy[_n-1]

  • r3_1. r3[_n-1]

  • lc_ly. lc - ly

  • lc_ly_1. lc_ly[_n-1]

  • gc_2. gc[_n-2]

  • gy_2. gy[_n-2]

  • r3_2. r3[_n-2]

  • lc_ly_2. lc_ly[_n-2]

Source

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

Examples

 str(consump)

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

Attachments: csv, json

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