Learn R Programming

npbr (version 1.8)

post: European postal services

Description

The dataset post about the cost of the delivery activity of the postal services in Europe was first analyzed by Cazals, Florens and Simar (2002). There are 4,000 post offices observed in 1994. For each post office \(i\), the input \(x_i\) is the labor cost measured by the quantity of labor, which represents more than \(80\%\) of the total cost of the delivery activity. The output \(y_i\) is defined as the volume of delivered mail (in number of objects). It should be noted that noise has been added to the original data.

Usage

data(post)

Arguments

Format

A data frame with 4000 observations on the following 2 variables.

xinput

a numeric vector.

yprod

a numeric vector.

References

Cazals, C., Florens, J.-P., Simar, L. (2002), Nonparametric frontier estimation: a robust approach, Journal of Econometrics, 106, 1-25.

Examples

Run this code
data("post")

Run the code above in your browser using DataLab