# Example. Arbitrary formulation.
# Input-oriented model under variable returns-to-scale.
data("Lim_Zhu_2015")
data_example <- read_data(Lim_Zhu_2015,
dmus=1,
ni=1,
no=5)
cross <- cross_efficiency(data_example,
epsilon = 0,
orientation = "io",
rts = "vrs",
selfapp = TRUE,
M2 = FALSE,
M3 = FALSE)
cross$Arbitrary$e
Run the code above in your browser using DataLab