Package: ggcompare 0.0.2.9000
ggcompare: Mean Comparison in 'ggplot2'
Add mean comparison annotations to a 'ggplot'. This package provides an easy way to indicate if two or more groups are significantly different in a 'ggplot'. Usually you do not need to specify the test method, you only need to tell stat_compare() whether you want to perform a parametric test or a nonparametric test, and stat_compare() will automatically choose the appropriate test method based on your data. For comparisons between two groups, the p-value is calculated by t-test (parametric) or Wilcoxon rank sum test (nonparametric). For comparisons among more than two groups, the p-value is calculated by One-way ANOVA (parametric) or Kruskal-Wallis test (nonparametric).
Authors:
ggcompare_0.0.2.9000.tar.gz
ggcompare_0.0.2.9000.zip(r-4.5)ggcompare_0.0.2.9000.zip(r-4.4)ggcompare_0.0.2.9000.zip(r-4.3)
ggcompare_0.0.2.9000.tgz(r-4.4-any)ggcompare_0.0.2.9000.tgz(r-4.3-any)
ggcompare_0.0.2.9000.tar.gz(r-4.5-noble)ggcompare_0.0.2.9000.tar.gz(r-4.4-noble)
ggcompare_0.0.2.9000.tgz(r-4.4-emscripten)ggcompare_0.0.2.9000.tgz(r-4.3-emscripten)
ggcompare.pdf |ggcompare.html✨
ggcompare/json (API)
NEWS
# Install 'ggcompare' in R: |
install.packages('ggcompare', repos = c('https://hmu-wh.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hmu-wh/ggcompare/issues
Last updated 2 months agofrom:05200c6f0d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win | OK | Nov 08 2024 |
R-4.5-linux | OK | Nov 08 2024 |
R-4.4-win | OK | Nov 08 2024 |
R-4.4-mac | OK | Nov 08 2024 |
R-4.3-win | OK | Nov 08 2024 |
R-4.3-mac | OK | Nov 08 2024 |
Exports:geom_bracketstat_compare
Dependencies:clicolorspacefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add Brackets with Labels to a ggplot | geom_bracket |
Add Mean Comparison for Groups to a ggplot | stat_compare |