I would like to compare my data using the TukeyHSD() function. I read online it first uses 'model', which is your data and then it is followed by the 'which' parameter that selects data. When I try to run my code I receive an error.
sexe.mult <- TukeyHSD(pois.log, which = "Sex")
sexe.mult$Sexe