check_input_data_cocoso {cocosoR}R Documentation

Verify if the dataset to be submitted to cocoso function is correctly formatted.

Description

Verify if the dataset to be submitted to cocoso function is correctly formatted.

Usage

check_input_data_cocoso(md_data)

Arguments

md_data

Must be a data frame with information about Criteria, Alternatives and Optimal Value. See example_cocoso.

Value

True if the dataset is correctly formatted and False otherwise.

Examples

data(example_cocoso)
check_input_data_cocoso(example_cocoso)

[Package cocosoR version 0.1.0 Index]