coarse_classification: Use a Lower Scale Classification

View source: R/coarse_classification.R

coarse_classificationR Documentation

Use a Lower Scale Classification

Description

coarse_classification(y) reduces the 10 scales from y <- classification(x) to the 4 scales below.

  • + positive effect: reference < lcl

  • ~ no effect: ⁠min(threshold) < lcl < reference⁠ and ⁠reference < ucl < max(threshold)⁠

  • - negative effect: ucl < reference

  • ⁠?⁠ unknown effect: lcl < min(threshold) or max(threshold) < ucl

coarse_classification(y) reduces the 6 scales from y <- remove_sign(classification(x)) into 3 scales.

Usage

coarse_classification(classification)

Arguments

classification

The classification

See Also

Other classification functions: classification(), remove_sign()


inbo/effectclass documentation built on June 8, 2024, 2:43 a.m.