SyntaxFix
Write A Post
Hire A Developer
Questions
The && function is not vectorized. You need the & function:
&&
&
EUR <- PCs[which(PCs$V13 < 9 & PCs$V13 > 3), ]