When I subset a dataframe according to certain conditions, the result I get is the subsetted conditions AND NA rows.
When i use filter, it only gives me the filtered rows.
SO subsetting I may get 20 rows (10 REAL and 10 NA rows) BUT filtering, I get 10 rows (ALL Real).
Why is this?