Description
Description of statistical associations between variables : measures of local and global association between variables (phi, Cramér V, correlations, eta-squared, Goodman and Kruskal tau, permutation tests, etc.), multiple graphical representations of the associations between variables (using 'ggplot2') and weighted statistics.
Downloads
973
Last 30 days
3858th
2.9K
Last 90 days
13.1K
Last year
Trend: -2.1% (30d vs prior 30d)
CRAN Check Status
14
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check History
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 2, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 31, 2026
ERROR
r-devel-windows-x86_64
examples
Running examples in 'descriptio-Ex.R' failed The error most likely occurred in: > ### Name: ggassoc_marimekko > ### Title: Marimekko plot > ### Aliases: ggassoc_marimekko > ### Keywords: multivariate aplot > > ### ** Examples > > data(Movies) > ggassoc_marimekko(data=Movies, mapping=ggplot2::aes(Genre, Country)) > ggassoc_marimekko(data=Movies, mapping=ggplot2::aes(Genre, Country), type = "patterns")