Learn R Programming

deaR (version 1.0)

lambdas: Lambdas

Description

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

Usage

lambdas(deasol)

Arguments

deasol

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

Examples

Run this code
# NOT RUN {
 data("Coll_Blasco_2006")
 data_example <- read_data(Coll_Blasco_2006,
                           dmus=1,
                           ni=2, 
                           no=2)
 result <- model_multiplier(data_example, 
                            orientation="io",
                            rts="crs")
 lambdas(result)
 
# }

Run the code above in your browser using DataLab