Description Usage Arguments Value Examples
View source: R/corr_coef_pearson.R
corr_coef_pearson correlation Coeficient using pearson Method
1 | corr_coef_pearson(variable1 = NULL, variable2 = NULL, decimal = NULL)
|
variable1 |
is a column or Numeric vector |
variable2 |
is a column or Numeric vector |
decimal |
is a Numeric Argument |
correlation coeficient
1 | corr_coef_pearson(variable1= mtcars$disp, variable2=mtcars$hp, decimal = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.