2.17 BEPAS Performing a statistical test

Adjust the code to perform the appropriate test to compare MVPA_acc between the groups of Walkability.

t.test( BMI ~ Walkability, data=BEPAS)

Since p <0.05, we can reject the null hypothesis. The mean rank of MVPA_acc differs significantly between Low and High walkability.

What is the p value of the appropriate test?

(Just copy the p-value from R Studio)