Hi. I am working on a survey with qualitative variables and weight variable.
Trying to use corrplot, but don't find how it can work with weight variable.
#> "matcram<-PairApply(ds[c("o23", "egoact", "egosex", "motif_gr", "v1_region")], FUN=CramerV, symmetric = TRUE)
PlotCorr(matcram,
cols = colorRampPalette(c("white", "steelblue"), space = "rgb")(20),
breaks=seq(0, 1, length=21),
args.colorlegend = list(labels=sprintf("%.1f", seq(0, 1, length = 11)), frame=TRUE))"
Does anyone have an idea ?