jasp-issues icon indicating copy to clipboard operation
jasp-issues copied to clipboard

Addition of Fishers LSD as a post-hoc test after an ANOVA

Open CJAB93 opened this issue 6 years ago • 8 comments

  • Enhancement: I would love it if a Fishers Least Significant Difference test could be added as a post-hoc test after an ANOVA.

  • Purpose: Now, if I use an ANOVA for a large number of different treatments/independent variables (which happens quite often in Biology), the quite conservative correction by Tukey etc makes it impossible to distinguish any trends: everything will be insignificant due to the high amount of pairwise comparisons. Using the non-(Bonferroni) corrected Fishers LSD can give leads on which treatment to investigate further, even if it is not (statistically speaking) correct/neat to interpret significant results as "real" significant results due to type I errors.

Also, it gives me, the researcher, the freedom to manually apply a Bonferroni-correction that I deem correct. Instead of a correction for ALL pairwise comparisons, I might only be interested in the comparisons between treatments and control, and not comparisons between two treatments.

Describe the solution you'd like I want Fishers LSD adopted in the post-hoc options.

Thanks!

CJAB93 avatar Sep 10 '19 09:09 CJAB93

Hi @CJAB93

Thanks for that suggestion - this could also be the basis for showing a "grouping by letters" table. Would that also remedy your other issue? (https://github.com/jasp-stats/jasp-issues/issues/342)

Kind regards Johnny

JohnnyDoorn avatar Sep 17 '19 11:09 JohnnyDoorn

I would also love to see Fishers LSD added to the ANOVA post-hoc options. Is there any update on this?

danijela-i avatar Jun 24 '20 13:06 danijela-i

@CJAB93 @danijela-i This is not forgotten. But it is not yet a priority. Sorry.

tomtomme avatar Feb 19 '24 10:02 tomtomme

Any update on this?

Ivo3185 avatar Jul 03 '24 15:07 Ivo3185

Hi @Ivo3185,

The next JASP release (out this week or the next) will have letter-based representations for post hoc tests, which I think is similar to Fishers LSD - is that something you could work with? If not, how does the use of LSD differ from the letter-based approach for you?

Cheers Johnny

JohnnyDoorn avatar Jul 03 '24 16:07 JohnnyDoorn

Hello, @JohnnyDoorn, Thank you so much for your quick reply. Letter-based representation would be a welcome addition, but would not resolve my need for Fisher's LSD. I want to present uncorrected p-values for each ANOVA pairwise comparison, the same way JASP allows me to do with BF10,U. Right now, you can only get corrected values (not selecting any correction only returns t-values), but those values are too conservative.

Ivo3185 avatar Jul 06 '24 16:07 Ivo3185

This issue will be automatically closed in 42 days due to inactivity. Feel free to leave a comment if you believe this is still relevant.

github-actions[bot] avatar Aug 18 '24 01:08 github-actions[bot]

This issue will be automatically closed in 42 days due to inactivity. Feel free to leave a comment if you believe this is still relevant.

Still relevant

Ivo3185 avatar Aug 18 '24 07:08 Ivo3185

Yes. For any kind of post-hoc tests (in ANOVA, LMM, etc.) there should be the option to have uncorrected p values (which in ANOVA are called Fisher's LSD), so that the user is free to then correct them (or not) according to a variety of methods. For example, when I have a set of uncorrected p values I can use p.adjust, in R, to apply a false-discovery-rate correction instead of a familywise-error correction. Currently, if I want to do this, I have to use some program other than JASP for my analyses.

R180 avatar Aug 12 '25 09:08 R180