corstars: corstars

Description Usage Arguments Details Value

View source: R/corstars.R

Description

Calculate pairwise correlation coefficients and print with significance stars.

Usage

1
corstars(x, type = c("pearson", "spearman"), ...)

Arguments

x

data frame for which pairwise correlations are calculated.

...

other parameters passed through.

method

either "pearson" (the default) or "spearman".

Details

significance code: *: p<0.05, **: p<0.01, ***: p<0.001.

Value

prints table with correlation coefficients and significance stars.


juttaGa/jmisc documentation built on May 20, 2019, 5:16 a.m.