Description Usage Arguments Value Examples
Description of the function
1  | compare_means_letters_2(formula, data, method = "t.test", group.by = NULL)
 | 
formula | 
 formula y ~ a with y the response value and a the factor (or group of factor) to test (as in ggpubr::compare_means())  | 
data | 
 the input data with a metadata and values  | 
method | 
 on of method accepted by ggpubr::compare_means()  | 
group.by | 
 the grouping variables to use (optional)  | 
a data.table with the same structure as input data with statisticals results column added and significant levels letters by groups
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.