score_correlations {ppsr}R 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)

[Package ppsr version 0.0.5 Index]