Interpretation Grid
Create a container for interpretation rules of thumb. Usually used in conjunction with interpret.
rules(values, labels = NULL, name = NULL, right = TRUE) is.rules(x)
values |
Vector of reference values (edges defining categories or critical values). |
labels |
Labels associated with each category. If |
name |
Name of the set of rules (stored as a 'rule_name' attribute). |
right |
logical, for threshold-type rules, indicating if the thresholds themselves should be included in the interval to the right (lower values) or in the interval to the left (higher values). |
x |
An arbitrary R object. |
interpret
rules(c(0.05), c("significant", "not significant"), right = FALSE) rules(c(0.2, 0.5, 0.8), c("small", "medium", "large")) rules(c("small" = 0.2, "medium" = 0.5), name = "Cohen's Rules")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.