corr: Pearson's Correlation

View source: R/stdMetrics.R

corrR Documentation

Pearson's Correlation

Description

Pearson's Correlation

Usage

corr(trues, preds)

Arguments

trues

Target values from a test set of a given data set. Should be a vector and have the same size as the variable preds

preds

Predicted values given a certain test set of a given data set. Should be a vector and have the same size as the variable trues

Value

Value for the Pearson's correlation


IRon documentation built on Jan. 22, 2023, 1:08 a.m.

Related to corr in IRon...