R Dataset / Package Ecdat / StrikeDur
On this R-data statistics page, you will find information about the StrikeDur data set which pertains to Strikes Duration . The StrikeDur data set is found in the Ecdat R package. You can load the StrikeDur data set in R by issuing the following command at the console data("StrikeDur"). This will load the data into a variable called StrikeDur. If R says the StrikeDur data set is not found, you can try installing the package by issuing this command install.packages("Ecdat") 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 StrikeDur R data set. The size of this file is about 6,349 bytes.
Strikes Duration
Description
a cross-section from 1968 to 1976
number of observations : 566
country : United States
Usage
data(StrikeDur)
Format
A dataframe containing :
- dur
-
duration of the strike in days
- gdp
-
measure of stage of business cycle (deviation of monthly log industrial production in manufacturing from prediction from OLS on time, time-squared and monthly dummies)
Source
Kennan, J. (1985) “The Duration of Contract strikes in U.S. Manufacturing”, Journal of Econometrics, 28, 5-28.
References
Cameron, A.C. and P.K. Trivedi (2005) Microeconometrics : methods and applications, Cambridge, pp. 574–5 abd 582.
See Also
Index.Source
, Index.Economics
, Index.Econometrics
, Index.Observations
Dataset imported from https://www.r-project.org.