cor_star: Correlation Analysis

Description Usage Arguments Value Examples

View source: R/cor_star.R

Description

Correlation Analysis

Usage

1
cor_star(data, method = "pearson")

Arguments

data

a dataframe or matrix

method

a character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default, 1), "kendall" (2), or "spearman" (3): can be abbreviated.

Value

correlation analysis with significant star.

Examples

1

fastStat documentation built on Jan. 13, 2021, 7:32 a.m.

Related to cor_star in fastStat...