adea_setup: Standarize input and output

View source: R/adea_setup.R

adea_setupR Documentation

Standarize input and output

Description

Input and outputs are converted, if require, into a matrix. The names of the columns and rows are also set in both. When input and output arguments do not provide names, standard ones are given. This functions does not check the arguments, so call the adea_check function first if necessary.

Usage

adea_setup(input, output, ux = NULL, vy = NULL)

Arguments

input

A matrix or a data frame containing the inputs of the units to be evaluated, with one row for each DMU and one column for each input.

output

A matrix or a data frame containing the outputs of the units to be evaluated, with one row for each DMU and one column for each output.

Value

a list with input and output converted


adea documentation built on Nov. 24, 2023, 5:10 p.m.