search for: vennd

Displaying 1 result from an estimated 1 matches for "vennd".

Did you mean: venn
2011 Jul 13
1
venn diagram in percentage
....docx I have written have the code as below : # venn diagram for more than 3 sets using “venn” install.packages("gtools") # package required for Venn function library(gplots) dataset1 <- read.spss("C:/Users/Poornima/Desktop/vennD/ventest.sav", use.value.labels=FALSE, max.value.labels=Inf, to.data.frame=TRUE) # opening data.sav file class(dataset1) venn(dataset1) # passing the data frame as input dataset1...