Weight variable _ Corrplot

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 ?

Hi, and welcome!

Please see the (FAQ: What's a reproducible example (`reprex`) and how do I do one? These are very helpful in attracting quicker and better answers.

Although many other functions in the DescTools package take a weights argument, PlotCorr is not among them.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.