Hi everyone.

I'm analyzing the walking speed differences at two specific speeds in a sample of females and males.

Firstly I'm analyzing the differences between the two specific speeds with paired t-test.

Now I ask you for some help to understand that issue better:

I want to observe the differences by sex for each specific speed.

So I have to run single t-tests (es: slow speed males vs high speed males, and so on for females); do I have to correct all the t-tests with Bonferroni? If yes, how should I do it with R? I've found only this method:

p.adjust(try, method ="bonferroni")

where try is a vector of all p-values for a specific variable).

I am struggling to figure it out.

More Federico Roggio's questions See All
Similar questions and discussions