Description Usage Arguments Note
Compute a compact letter display (cld) of statistically significant differences in pairwise comparisons and output he results as a dataframe.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
formula |
A formula indicating the variable holding p-values and the variable holding the comparisons. e.g. P.adj ~ Comparison. |
data |
The data frame to use. |
comparison |
A vector of text describing comparisons, with each element in a form similar to "Treat.A - Treat.B = 0". Spaces and "=" and "0" are removed by default |
p.value |
A vector of p-values corresponding to the comparisons
in the |
threshold |
The alpha value. That is, the p-value below which the comparison will be considered significant |
print.comp |
If |
remove.space |
If |
remove.equal |
If |
swap.colon |
If |
swap.vs |
If |
reversed |
A logical value indicating whether the order of the letters should be reversed. Defaults to FALSE. |
swap_compared_names |
(logical) |
... |
Additional arguments passed to
|
This function is based on code in function rcompanion::cldList()
from package rcompanion by Salvatore Mangiafico.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.