View source: R/coarse_classification.R
coarse_classification | R Documentation |
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.
coarse_classification(classification)
classification |
The classification |
Other classification functions:
classification()
,
remove_sign()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.