# Set "m7"
set_thresholds(
test_name = "m7",
thresholds = c(Good = 0.8, Bad = 1.4, Severe = Inf)
)
# Set "oos_mean" to default
set_thresholds(test_name = "oos_mean")
# Set all thresholds to default
set_thresholds()
Run the code above in your browser using DataLab