corr_coef_kendall.Rd
corr_coef_kendall correlation Coeficient using kendall Method
corr_coef_kendall(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
corr_coef_kendall(variable1= mtcars$cyl, variable2=mtcars$carb, decimal = 2)#> [1] 0.47