Skip to content
Prev 242083 / 398500 Next

problems subsetting

Hi Gerrit,
indeed, that works. Excellent tip!

For reference, I did this:

subset1<-subset(summarystats,(Type==1)&(Class==1)&(Category==1))

I am still not totally sure when one uses "&" amd when "&&"  - I was 
under the impression that && stands for logical AND....

Thanks a lot.


Martin
On 11/18/2010 3:58 PM, Gerrit Eichner wrote: