check_col_correlation {AHM} | R Documentation |
Check column correlations
check_col_correlation(dat)
dat |
data.frame |
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)