compute_cor: Compute the correlation

View source: R/helper_function.R

compute_corR Documentation

Compute the correlation

Description

This function computes either the pearson or spearman correlation coefficient.

Usage

compute_cor(data_group_1, data_group_2, type_of_cor)

Arguments

data_group_1

This is a n*p matrix.

data_group_2

This is a n*p matrix.

type_of_cor

If this is NULL, pearson correlation coefficient will be calculated as default. Otherwise, a character string "spearman" will calculate the spearman correlation coefficient.

Value

A list of correlation matrices for both group 1 and group 2.


ressomlab/INDEED documentation built on Aug. 3, 2022, 4:45 p.m.