R Dataset / Package wooldridge / ezunem
On this R-data statistics page, you will find information about the ezunem data set which pertains to ezunem. The ezunem data set is found in the wooldridge R package. You can load the ezunem data set in R by issuing the following command at the console data("ezunem"). This will load the data into a variable called ezunem. If R says the ezunem 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 ezunem R data set. The size of this file is about 22,384 bytes.
ezunem
Description
Data loads lazily. Type data(ezunem) into the console.
Usage
data(ezunem)
Format
A data.frame with 198 rows and 37 variables:
-
year. 1980 to 1988
-
uclms. unemployment claims
-
ez. =1 if have enterprise zone
-
d81. =1 if year == 1981
-
d82. =1 if year == 1982
-
d83. =1 if year == 1983
-
d84. =1 if year == 1984
-
d85. =1 if year == 1985
-
d86. =1 if year == 1986
-
d87. =1 if year == 1987
-
d88. =1 if year == 1988
-
c1. =1 if city == 1
-
c2. =1 if city == 2
-
c3. =1 if city == 3
-
c4.
-
c5.
-
c6.
-
c7.
-
c8.
-
c9.
-
c10.
-
c11.
-
c12.
-
c13.
-
c14.
-
c15.
-
c16.
-
c17.
-
c18.
-
c19.
-
c20.
-
c21.
-
c22. =1 if city == 22
-
luclms. log(uclms)
-
guclms. luclms - luclms[_n-1]
-
cez. ez - ez[_n-1]
-
city. city identifier, 1 through 22
Source
https://www.cengage.com/cgi-wadsworth/course_products_wp.pl?fid=M20b&product_isbn_issn=9781111531041
Examples
str(ezunem)
Dataset imported from https://www.r-project.org.