Displaying 1 result from an estimated 1 matches for "vstem".
Did you mean:
stem
2012 Dec 03
0
Creating Venn-like intersections for multiple data sets: Vennerable Package help
...t;FALSE"/NA
str(mutset)
'data.frame': 2310 obs. of 3 variables:
$ TestResult.1 : chr NA NA NA NA ...
$ TestResult.2 :chr NA NA NA NA...
$ TestResult.3 : chr NA NA NA NA ...
I always get something like this:
> Vstem<-Venn(mutset)
>Vstem
A Venn object on 3 sets named
TestResult.1,TestResult.2,TestResult.3
000 100 010 110 001 101 011 111
0 0 0 0 0 0 0 2
I have many more of these sets actually, and intermittent "TRUE" values
nestled in the NA's. We are int...