Skip to content
Prev 166991 / 398502 Next

selecting parts of a table

I have a dataframe called Match with two columns: position and tvalue.

I would like to select the parts of the dataframe that have a position> 10
but <50 and tvalues >3.5 as a new stand alone dataframe.

Could anyone help me with how to do this?

Thanks Emma