Skip to contents

Prints all possible tests names

Usage

print_test_names()

Value

Returns the names of all possible test names you can specify.

Examples

print_test_names()
#>  [1] "Cochran's Q test"                      
#>  [2] "McNemar's test"                        
#>  [3] "Chi-squared goodness-of-fit test"      
#>  [4] "Pearson's chi-squared test"            
#>  [5] "Exact McNemar's test"                  
#>  [6] "Boschloo's test"                       
#>  [7] "Exact binomial test"                   
#>  [8] "Fisher's exact test"                   
#>  [9] "Exact binomal test"                    
#> [10] "Friedman test"                         
#> [11] "Wilcoxon two-sample signed-rank test"  
#> [12] "Wilcoxon's one-sample signed-rank test"
#> [13] "Mann-Whitney's U test"                 
#> [14] "Kruskal-Wallis's one-way ANOVA"        
#> [15] "Student's paired t-test"               
#> [16] "Mixed model ANOVA"                     
#> [17] "Student's one-sample t-test"           
#> [18] "Student's two-sample t-test"           
#> [19] "Welch's two-sample t-test"             
#> [20] "Cochran-Armitage's test"               
#> [21] "Jonckheere-Terpstra's test"            
#> [22] "F-test (ANOVA)"