Learn R Programming

deaR (version 1.4.1)

Coll_Blasco_2006: Data: Coll and Blasco (2006).

Description

Data of six authorized dealers with two inputs and two outputs.

Usage

data("Coll_Blasco_2006")

Arguments

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

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)

See Also

make_deadata

Examples

Run this code
# Example. How to read data with deaR
data("Coll_Blasco_2006")
data_example <- make_deadata(Coll_Blasco_2006,
                             dmus = 1,
                             ni = 2,
                             no = 2)

Run the code above in your browser using DataLab