Coll_Blasco_2006 {deaR} | R Documentation |
Data: Coll and Blasco (2006).
Description
Data of six authorized dealers with two inputs and two outputs.
Usage
data("Coll_Blasco_2006")
Format
Data frame with 6 rows and 5 columns. Definition of inputs (X) and outputs (Y):
- x1 = Employees
Number of employees
- x2 = Capital
Impairment of assets
- y1 = Vehicles
Number of vehicles sold
- y2 = Orders
Number of orders received at the garage
Author(s)
Vicente Coll-Serrano (vicente.coll@uv.es). Quantitative Methods for Measuring Culture (MC2). Applied Economics.
Vicente Bolos (vicente.bolos@uv.es). Department of Business Mathematics
Rafael Benitez (rafael.suarez@uv.es). Department of Business Mathematics
University of Valencia (Spain)
Source
Coll-Serrano, V.; Blasco-Blasco, O. (2006). Evaluacion de la Eficiencia mediante el Análisis Envolvente de Datos. Introduccion a los Modelos Básicos.
See Also
Examples
# Example. How to read data with deaR
data("Coll_Blasco_2006")
data_example <- make_deadata(Coll_Blasco_2006,
dmus = 1,
ni = 2,
no = 2)
[Package deaR version 1.4.1 Index]