For a homework assignment I need to analyse a table about bmi, age and sex in R and I'm really struggling to find data higher than 25 in the column bmi. I read something about finding the data that's on a specific spot in the table but not how to find data itself.
In short: The bmi data varies from 15-35 and I need to filter all bmi data above 25.