This mays be a dumb question, but I'm kinda of stuck.
I've got a .csv data files organized in Year, Month, Day and Likes helping me analyze my Instragram account (yeah I'm a bit bored but basically I've got 2020,March,Monday,38).
I wanted to compare the mean of each month with each other in order to see if there was an actual difference or not (independent data) from one month to the other.
According to the ANOVA result, there is a difference (1.93e-07) but when I go with the TukeyHSD test, I end up with a huge list of each combination and I can't seem to select which line I want.
I would like to select lines with a p-value < 0.05 or lines comparing only a specific month.
I couldn't find any help, apparently I can't work on the Tukey's result like a list or a dataframe. I don't really know how to do it =/
If any of you have a solution thanks in advance !