4.4 Heat Map:
phi2Mat4BurtTable(bin_data)
corrMatBurt.list <- corrplot(
corr4MCA.r <-as.matrix(sqrt(corrMatBurt.list$phi2.mat),
title = "Phi: Correlation Map for MCA"),
type = "upper")
recordPlot() Burt_heatmap1 <-
phi2Mat4BurtTable(bin_data)
corrMatBurt.list <- corrplot(
corr4MCA <-as.matrix(corrMatBurt.list$phi2.mat,
title = "Phi2: (squared) Correlation Map for MCA"),
type = "upper"
)
recordPlot() Burt_heatmap2 <-