Package: cld 0.0.1

cld: Create Compact Letter Display (CLD) for Statistical Comparisons

Creates compact letter displays (CLDs) for pairwise comparisons from statistical post-hoc tests. Groups sharing the same letter are not significantly different from each other. Supports multiple input formats including results from 'stats' pairwise tests, 'DescTools', 'PMCMRplus', 'rstatix', symmetric matrices of p-values, and data frames. Provides a consistent interface for visualizing statistical groupings across different testing frameworks.

Authors:Vilmantas Gegzna [aut, cre]

cld_0.0.1.tar.gz
cld_0.0.1.zip(r-4.7)cld_0.0.1.zip(r-4.6)cld_0.0.1.zip(r-4.5)
cld_0.0.1.tgz(r-4.6-any)cld_0.0.1.tgz(r-4.5-any)
cld_0.0.1.tar.gz(r-4.7-any)cld_0.0.1.tar.gz(r-4.6-any)
cld_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
cld/json (API)
NEWS

# Install 'cld' in R:
install.packages('cld', repos = c('https://gegznav.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/gegznav/cld/issues

Pkgdown/docs site:https://gegznav.github.io

On CRAN:

Conda:

4.92 score 1 stars 21 scripts 484 downloads 3 exports 4 dependencies

Last updated from:9a7fd17b96. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK150
source / vignettesOK203
linux-release-x86_64OK138
macos-release-arm64OK176
macos-oldrel-arm64OK175
windows-develOK95
windows-releaseOK90
windows-oldrelOK86
wasm-releaseOK135

Exports:as_cldmake_cldpval_matrix_to_df

Dependencies:backportscheckmatemultcompViewrlang

Advanced Features and Customization

Rendered fromcld-advanced-features.Rmdusingknitr::rmarkdownon May 13 2026.

Last update: 2025-11-09
Started: 2025-11-09

Getting Started with cld

Rendered fromcld.Rmdusingknitr::rmarkdownon May 13 2026.

Last update: 2025-11-10
Started: 2025-11-08

Supported Input Formats

Rendered fromcld-input-formats.Rmdusingknitr::rmarkdownon May 13 2026.

Last update: 2025-11-09
Started: 2025-11-09

Understanding and Interpreting Compact Letter Displays

Rendered fromcld-interpretation-guide.Rmdusingknitr::rmarkdownon May 13 2026.

Last update: 2025-11-09
Started: 2025-11-09

Readme and manuals

Help Manual

Help pageTopics
Convert objects to cld_objectas_cld as_cld.character as_cld.cld_object as_cld.data.frame
Print and coercion methods for cld_objectas.character.cld_object as.data.frame.cld_object as_tibble.cld_object cld_methods print.cld_object
Make a compact letter display (CLD) for pair-wise comparisonsmake_cld make_cld.data.frame make_cld.DunnTest make_cld.formula make_cld.matrix make_cld.pairwise.htest make_cld.pairwise_pval_df make_cld.PMCMR make_cld.PostHocTest
Convert matrix with p-values to data framepval_matrix_to_df