threshold_value {dematel} | R Documentation |
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
Author(s)
Muhlis Ozdemir <muhlisoz@gmail.com>
Examples
threshold_value(dematel::hospitaldata)
threshold_value(dematel::nurseselection)
threshold_value(dematel::medicaldevice)
[Package dematel version 0.1.0 Index]