Posts by Fabio • 63 points
1 post
-
6
votes1
answer37
viewsQ: How to optimize the removal of lines in an array?
I have a matrix of dimensions: > dim(filtro1) [1] 2806519 31 I need to remove the lines of this matrix that meet a condition. So far so good. However, computationally the loop for this has been…