Learn R Programming

deaR (version 1.5.2)

rts: Returns to scale

Description

Extract the returns to scale.

Usage

rts(deamodel,
           thr = 1e-4)

Value

A dataframe with some information about returns to scale (rts), depending on the model.

Arguments

deamodel

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

thr

Threshold for the tolerance for considering something equal to 1. Defaults to 1e-4.

Author

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

Run this code
data("Coll_Blasco_2006")
data_example <- make_deadata(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