Learn R Programming

dematel (version 0.1.0)

threshold_value: Threshold value

Description

Returns threshold value of direct relationship decision matrix

Usage

threshold_value(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 num

Examples

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

Run the code above in your browser using DataLab