relationships_between_criteria {dematel}R Documentation

Relationships between criteria

Description

Returns total relationships between criteria data.frame

Usage

relationships_between_criteria(x, data_control = TRUE)

Arguments

x

a matrix containing the values of direct relationship decision matrix.

data_control

is a pre-defined logical parameter that whether data should checked.

Value

This function returns a data.frame

Author(s)

Muhlis Ozdemir <muhlisoz@gmail.com>

See Also

apply

Examples

relationships_between_criteria(dematel::hospitaldata)
relationships_between_criteria(dematel::nurseselection)
relationships_between_criteria(dematel::medicaldevice)

[Package dematel version 0.1.0 Index]