I would like to know if I could extract t values out of the pairwise.t.test function since it is only reporting the p values. I used the pairwise.t.test() for multiple comp
You can get t values (and also dfs) from pairwise.t.test by writing a custom function. See my previous post.