Posts by Marco Esteves • 33 points
1 post
-
2
votes1
answer79
viewsQ: Filtering a data.frame based on multiple variables
I have a data.frame with 9 variables from X1 to X9. The values of these variables are double. I need to filter the lines of this data.frame that contain (Xi,Xj,Xk) == (5.2,6.3,7.1) for example. I…