get_thresholds {JDCruncheR} | R Documentation |
Get all (default) thresholds
Description
Get all (default) thresholds
Usage
get_thresholds(test_name, default = TRUE)
Arguments
test_name |
String. The name of the test to get. |
default |
Boolean. (default is TRUE) If TRUE, the default threshold will be returned. If FALSE the current used thresholds. |
Details
If test_name
is missing, all threshold will be returned.
Examples
# Get all default thresholds
get_thresholds(default = TRUE)
# Get all current thresholds
get_thresholds(default = FALSE)
# Get all current thresholds
get_thresholds(test_name = "oos_mean", default = FALSE)
[Package JDCruncheR version 0.3.5 Index]