multipliers: Multipliers

View source: R/multipliers.R

multipliersR Documentation

Multipliers

Description

Extract the multipliers of the DMUs from a dea or dea_fuzzy solution.

Usage

multipliers(deasol)

Arguments

deasol

Object of class dea or dea_fuzzy obtained with some of the DEA model functions.

Author(s)

Vicente Coll-Serrano (vicente.coll@uv.es). Quantitative Methods for Measuring Culture (MC2). Applied Economics.

Vicente Bolós (vicente.bolos@uv.es). Department of Business Mathematics

Rafael Benítez (rafael.suarez@uv.es). Department of Business Mathematics

University of Valencia (Spain)

Examples

data("Coll_Blasco_2006")
data_example <- make_deadata(Coll_Blasco_2006,
                             ni = 2, 
                             no = 2)
result <- model_multiplier(data_example,
                           orientation = "io", 
                           rts = "crs")
multipliers(result)
 

deaR documentation built on May 2, 2023, 5:13 p.m.

Related to multipliers in deaR...