View source: R/print.cor.all.R
print.cor.all | R Documentation |
Prints the results of a correlation test (cor.all
).
## S3 method for class 'cor.all' print(x, digits = 4, lower = TRUE, ...)
x |
an object of class "cor.all" from |
digits |
the number of significant digits to print numeric data. |
lower |
logical, print only the lower triangular matrix? Otherwise, print the full, square matrix. |
... |
not used for method, required for other methods. |
The object x
is returned invisibly.
The printed output contains a description of the test; and 3 lines for each comparison that is printed: the correlation statistic, the attained p-value, and the number of pairs.
cor.all
, printCor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.