cor

cor

AGGREGATIONS

1 Description

S3 generic for cor(). Dispatches to cor.HDF5Matrix for HDF5Matrix objects, and to stats::cor() for all others.

2 Usage

cor(x, y = NULL, use = "everything", method = "pearson", ...)

3 Arguments

Parameter Description
x A matrix or object.
y Optional second matrix.
use Character. Method for handling missing values.
method Character. Correlation method: or .

4 Value

Correlation matrix.