Learn R Programming

deaR (version 1.2.1)

rts: RTS

Description

Extract the returns to scale.

Usage

rts(deamodel,
    thr = 1e-4)

Arguments

deamodel

Object of class dea obtained with some of the dea functions.

thr

Threshold for the tolerance for considering something = 1. Defults to 1e-4.

Examples

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

Run the code above in your browser using DataLab