print.multcompLetters | R Documentation |
print method for an object of class 'multcompLetters'.
## S3 method for class 'multcompLetters'
print(x, all = FALSE, ...)
x |
an object of class 'multcompLetters' |
all |
FALSE to print only the character vector representations of the 'multcompLetters' comparison summary; TRUE to print also the matrix representation. |
... |
Other optional print parameters as described on the
|
Prints only the Letters component of the 'multcompLetters' list unless all=TRUE.
the named, character vector representation of the 'multcompLetters' evaluation of the distance relationships
Spencer Graves
multcompLetters
dif3 <- c(FALSE, FALSE, TRUE)
names(dif3) <- c("A-B", "A-C", "B-C")
dif3L <- multcompLetters(dif3)
dif3L
print(dif3L)
print(dif3L, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.