dairyspain | R Documentation |
This dataset contains six years of observations on 247 dairy farms in northern Spain, drawn from 1993-1998. The original data consist in the farm and year identifications, plus measurements on one output (i.e. milk), and four inputs (i.e. cows, land, labor and feed).
A data frame with 1,482 observations on the following 29 variables.
Farm identification.
Age of the farmer.
Year identification.
Number of milking cows.
Agricultural area.
Milk production.
Labor.
Feed.
Log of MILK
.
Log of COWS
.
Log of LAND
.
Log
of LABOR
.
Log of FEED
.
1/2 *
X1
^2.
1/2 * X2
^2.
1/2 * X3
^2.
1/2 * X4
^2.
X1
* X2
.
X1
* X3
.
X1
* X4
.
X2
* X3
.
X2
* X4
.
X3
* X4
.
Dummy for YEAR =
1993
.
Dummy for YEAR = 1994
.
Dummy for
YEAR = 1995
.
Dummy for YEAR = 1996
.
Dummy for YEAR = 1997
.
Dummy for
YEAR = 1998
.
This dataset has been used in Alvarez et al. (2004). The data have been normalized so that the logs of the inputs sum to zero over the 1,482 observations.
https://pages.stern.nyu.edu/~wgreene/Text/Edition7/tablelist8new.htm
Alvarez, A., C. Arias, and W. Greene. 2004. Accounting for unobservables in production models: management and inefficiency. Econometric Society, 341:1–20.
str(dairyspain)
summary(dairyspain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.