Learn R Programming

dematel (version 0.1.0)

relationships_between_criteria: 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

See Also

apply

Examples

Run this code
# NOT RUN {
relationships_between_criteria(dematel::hospitaldata)
relationships_between_criteria(dematel::nurseselection)
relationships_between_criteria(dematel::medicaldevice)
# }

Run the code above in your browser using DataLab