IndrajeetPatil / statsExpressions

Tidy data frames and expressions with statistical summaries 📜
https://indrajeetpatil.github.io/statsExpressions/
Other
311 stars 20 forks source link

i wonder if `pairwise_comparisons` can do Tukey's HSD? #243

Closed the8thday closed 4 months ago

the8thday commented 1 year ago

Hi, i wonder if Tukey's HSD can added to the pairwise_comparisons function, as i can not find it in the p.adjust.method parameter.

Thank you so much!

IndrajeetPatil commented 4 months ago

No, unfortunately, this is not possible.

Currently, only one type of statistical test is supported per type of statistical approach, and Tukey's HSD is not one of them.