HƯỚNG DẪN CHI TIẾT
https://applyr.netlify.app/blog/cor_blog
COPY AND RUN
df <- mtcars[ , 1:4] # chạy trực tiếp trên data frame
source("https://applyr.netlify.app/blog/chart.Correlation_check.R")
chart.Correlation_check(
R = df,
histogram = TRUE,
method = "pearson",
cex_text = 3,
cex_sign = 6
)