Learn R Programming

deaR (version 1.2.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

See Also

read_data

Examples

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

# }

Run the code above in your browser using DataLab