Supply_Chain | R Documentation |
Data of 17 supply chain (buyer-supplier relationship in manufacturing).
data("Supply_Chain")
Data frame with 17 rows and 8 columns. Definition of inputs (X) and outputs (Y):
Inputs of buyers
Outputs of buyers, Inputs of suppliers
Outputs of suppliers
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)
Sanei, M.; Mamizadeh Chatghayeb, S. (2013). “Free Disposal Hull Models in Supply Chain Management”, International Journal of Mathematical Modelling and Computations, 3(3), 125-129.
make_deadata
, model_fdh
# Example. FDH input-oriented.
# Replication of results in Sanei and Mamizadeh Chatghayeb (2013)
data("Supply_Chain")
data_fdh1 <- make_deadata(Supply_Chain,
dmus = 1,
inputs = 2:4,
outputs = 5:6)
# by default orientation = "io"
result <- model_fdh(data_fdh1)
efficiencies(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.