fish_for_correlations: Fish the entire dataframe for correlations. Many will be...

Description Usage Arguments

View source: R/fish_for_correlations.R

Description

Fish the entire dataframe for correlations. Many will be spurious.

Usage

1
fish_for_correlations(df, x = "all", y = "all", p_threshold = 0.05)

Arguments

df

dataframe. The dataframe to fish.

x

character. A character vector of names to put first in the correlation. Or 'all' for all.

y

character. A character vector of names to put second in the correlation. Or 'all' for all.

p_threshold

numeric. The threshold cutoff for determining a significant test.


peterhurford/surveytools2 documentation built on Feb. 18, 2021, 9:13 p.m.