read_malmquist {deaR} | R Documentation |
read_malmquist
Description
This function is deprecated. Use make_malmquist
instead.
Usage
read_malmquist(datadea,
nper = NULL,
percol = NULL,
arrangement = c("horizontal", "vertical"),
...)
Arguments
datadea |
Data frame with DEA data. |
nper |
Number of time periods (with dataset in wide format). |
percol |
Column of time period (with dataset in long format). |
arrangement |
Horizontal with data in wide format. Vertical with data in long format. |
... |
Other options to be passed to the |
[Package deaR version 1.4.1 Index]