Hi all,

I have the next matrix:


a        b         c

1        2        23
2        3        42
3        0        54
4        5        23
5        0        22
6        7        21
7        1        20
8        9        19

I want to filter the rows with the values of b higher than 1 in a way that
leaves me the next matrix:


a        b         c

1        2        23
2        3        42
4        5        23
6        7        21
8        9        19


Thanks in advance,


Juan

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to