print.cor.all: Print Objects

View source: R/print.cor.all.R

print.cor.allR Documentation

Print Objects

Description

Prints the results of a correlation test (cor.all).

Usage

## S3 method for class 'cor.all'
print(x, digits = 4, lower = TRUE, ...)

Arguments

x

an object of class "cor.all" from cor.all.

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.

Value

The object x is returned invisibly.

Note

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.

See Also

cor.all, printCor


USGS-R/smwrStats documentation built on Oct. 11, 2022, 6:15 a.m.