powered by
pairwise_t_testcalculate pairwise comparisons between group levels with corrections for multiple testing based on pairwise.t.test
pairwise_t_test
pairwise_t_test( dep_var, indep_var, adjmethod = "fdr", plevel = 0.05, symbols = letters[-1] )
A list with method output of pairwise.t.test, matrix of p-values, and character vector with significance indicators.
dependent variable, containing the data
independent variable, should be factor
method for adjusting p values (see p.adjust)
threshold for significance
predefined as b,c, d...; provides footnotes to mark group differences, e.g. b means different from group 2
pairwise_t_test(dep_var = mtcars$wt, indep_var = mtcars$cyl)
Run the code above in your browser using DataLab