check_col_correlation function

Check column correlations

Check column correlations

check_col_correlation(dat)

Arguments

  • dat: data.frame

Examples

data("pringles_fat") data_fat = pringles_fat h_tmp = 1.3 x = data_fat[,c("c1","c2","c3","x11","x12","x21","x22")] check_col_correlation (dat=x)
  • Maintainer: Sumin Shen
  • License: GPL-3
  • Last published: 2019-07-28

Useful links