Skip to contents

Produces data frame of correlations with stars standing for significance

Usage

cor_table(d, method = "spearman", star = TRUE)

Arguments

d

Data.frame

method

Method from `cor` function. "spearman" by default.

star

If stars for p levels should be added.