Usage
cldList(comparison, p.value, threshold = 0.05, print.comp = FALSE, remove.space = TRUE, remove.equal = TRUE, remove.zero = TRUE, swap.colon = TRUE, swap.vs = FALSE, ...)
Arguments
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 comparison
argument
threshold
The alpha value. That is, the p-value below which the
comparison will be considered significant
print.comp
If TRUE
, prints out a data frame of the
modified text of the comparisons. Useful for debugging
remove.space
If TRUE
, removes spaces from the text of the
comparisons
remove.equal
If TRUE
, removes "=" from the text of the
comparisons
remove.zero
If TRUE
, removes "0" from the text of the
comparisons
swap.colon
If TRUE
, swaps ":" with "-" in the text of the
comparisons
swap.vs
If TRUE
, swaps "vs" with "-" in the text of the
comparisons
...
Additional arguments passed to
multcompLetters