Learn R Programming

deaR (version 1.2.1)

Economy: Data: Wang and Lan (2011).

Description

Data of the industrial economy of China in 2005-2009 (data in wide format).

Usage

data("Economy")

Arguments

Format

Data frame with 31 rows and 16 columns. Definition of inputs (X) and outputs (Y):

x1 = Capital

Total assets (in 100 million RMB)

x2 = Labor

Annual average employed persons (in 10000 persons)

y1 = GIOV

Gross industrial output value (in 100 million RMB)

See Also

read_malmquist, malmquist_index

Examples

Run this code
# NOT RUN {
# Example . Data in wide format.
# Replication of results in Wang and Lan (2011, p. 2768)
data("Economy")
data_example <- read_malmquist(Economy,
                               nper=5,
                               arrangement="horizontal",
                               ni = 2,
                               no = 1)
result <- malmquist_index(data_example)

# }

Run the code above in your browser using DataLab