read_data | R Documentation |
This function is deprecated. Use make_deadata
instead.
read_data(datadea = NULL,
ni = NULL,
no = NULL,
dmus = 1,
inputs = NULL,
outputs = NULL,
nc_inputs = NULL,
nc_outputs = NULL,
nd_inputs = NULL,
nd_outputs = NULL,
ud_inputs = NULL,
ud_outputs = NULL)
datadea |
Data frame with DEA data. |
ni |
Number of inputs, if inputs are in columns 2:( |
no |
Number of outputs, if outputs are in columns ( |
dmus |
Column (number or name) of DMUs (optional). By default, it is the
first column. If there is not any DMU column, then it must be |
inputs |
Columns (numbers or names) of inputs (optional). It prevails over |
outputs |
Columns (numbers or names) of outputs (optional). It prevails over |
nc_inputs |
A numeric vector containing the indices of non-controllable inputs. |
nc_outputs |
A numeric vector containing the indices of non-controllable outputs. |
nd_inputs |
A numeric vector containing the indices of non-discretionary inputs. |
nd_outputs |
A numeric vector containing the indices of non-discretionary outputs. |
ud_inputs |
A numeric vector containing the indices of undesirable (good) inputs. |
ud_outputs |
A numeric vector containing the indices of undesirable (bad) outputs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.