score_correlations: Calculate correlation coefficients for whole dataframe

View source: R/score.R

score_correlationsR Documentation

Calculate correlation coefficients for whole dataframe

Description

Calculate correlation coefficients for whole dataframe

Usage

score_correlations(df, ...)

Arguments

df

data.frame containing columns for x and y

...

arguments to pass to stats::cor()

Value

a data.frame with x-y correlation coefficients

Examples

score_correlations(iris)

ppsr documentation built on June 22, 2024, 7:15 p.m.