powered by
Create a container for interpretation rules of thumb. See interpret.
rules(breakpoints, labels, if_lower = TRUE)
Vector of value break points (edges defining categories).
Labels associated with each category. Must contain one label more than breakpoints.
If true, each label will be given if the value is strictly lower than its breakpoint. The contrary if false.
# NOT RUN { rules(c(0.05), c("significant", "not significant"), if_lower = TRUE) # }
Run the code above in your browser using DataLab