EconomyLong | R Documentation |
Data of the industrial economy of China in 2005-2009 (data in long format).
data("EconomyLong")
Data frame with 155 rows and 5 columns. Definition of inputs (X) and outputs (Y):
Total assets (in 100 million RMB)
Annual average employed persons (in 10000 persons)
Gross industrial output value (in 100 million RMB)
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)
Wang, Y.; Lan, Y. (2011). "Measuring Malmquist Productiviy Index: A New Approach Based on Double Frontiers Data Envelopment Analysis". Mathematical and Computer Modelling, 54, 2760-2771. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.mcm.2011.06.064")}
make_malmquist
, malmquist_index
# Example. Data in long format.
# Replication of results in Wang and Lan (2011, p. 2768)
data("EconomyLong")
data_example <- make_malmquist(EconomyLong,
percol = 2,
arrangement = "vertical",
ni = 2,
no = 1)
result <- malmquist_index(data_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.