Displaying 1 result from an estimated 1 matches for "tp3656465p3657958".
2011 Jul 09
3
Basic vector logic not working
I am interning in a computer science lab and I'm very new to R. The language
basics are clear, but this particular problem isn't:
I have a very large dataframe called "data" which holds data from Halo
matches. I'm trying to analyze a certain window such that data$deaths>20 and
data$deaths<=27.
When I enter the line
kills = data$kills[data$deaths>20]
or any single