Hello
I want to filter a data frame called 'filtEXP' for rows where column
'max' > 6 OR column 'FC' > 4 and am trying various permutations of the
below to no avail:
filtEXP2 <- filtEXP[filtEXP$max > 6,] || filtEXP[filtEXP$FC > 4,]
Any ideas?
--------------------------------------------------------------------------
AstraZeneca UK Limited is a company incorporated in Engl...{{dropped:23}}
______________________________________________
[email protected] 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.