- data
A data.frame or matrix containing all variables.
- REF
Optional reference set of inputs that defines the technology
(defaults to the columns indicated by x in data). Must have
the same number of rows as data.
- x
Integer vector with column indices of input variables in data.
- y
Integer vector with column indices of output variables in data.
- RTS
Character or integer specifying the DEA technology / returns-to-scale
assumption (default: "vrs"). Accepted values:
0 / "fdh"
Free disposability hull (no convexity).
1 / "vrs"
Variable returns to scale (convexity + free disposability).
2 / "drs"
Decreasing returns to scale (convexity, down-scaling, free disposability).
3 / "crs"
Constant returns to scale (convexity + free disposability).
4 / "irs"
Increasing returns to scale (up-scaling only, convexity + free disposability).
5 / "add"
Additivity (integer up/down scaling) with free disposability.