Displaying 1 result from an estimated 1 matches for "mutset".
Did you mean:
outset
2012 Dec 03
0
Creating Venn-like intersections for multiple data sets: Vennerable Package help
I was wondering if you could lend me some advice in using the Vennerable
package. I am having trouble creating the right sort of Venn function
output. I have "TRUE" and "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)
>...