check_col_correlation {AHM}R Documentation

Check column correlations

Description

Check column correlations

Usage

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)

[Package AHM version 1.0.1 Index]