Package index
Main Functions
Core functions for creating compact letter displays from statistical test results. These are the primary user-facing functions.
-
make_cld() - Make a compact letter display (CLD) for pair-wise comparisons
Helper & Utility Functions
Functions for data conversion, preparation, and creating CLD objects from other formats.
-
as_cld() - Convert objects to cld_object
-
pval_matrix_to_df() - Convert matrix with p-values to data frame
Output Handling & Coercion Methods
Print methods and coercion functions for converting cld_object to other formats.
-
print(<cld_object>)as.data.frame(<cld_object>)as.character(<cld_object>)as_tibble(<cld_object>) - Print and coercion methods for cld_object