corr_coef_pearson: corr_coef_pearson correlation Coeficient using pearson Method

Description Usage Arguments Value Examples

View source: R/corr_coef_pearson.R

Description

corr_coef_pearson correlation Coeficient using pearson Method

Usage

1
corr_coef_pearson(variable1 = NULL, variable2 = NULL, decimal = NULL)

Arguments

variable1

is a column or Numeric vector

variable2

is a column or Numeric vector

decimal

is a Numeric Argument

Value

correlation coeficient

Examples

1
corr_coef_pearson(variable1= mtcars$disp, variable2=mtcars$hp, decimal = 2)

kmaheshkulkarni/corrly documentation built on Dec. 28, 2021, 11:57 a.m.