An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110414/834e6feb/attachment.pl>
Error is assocplot
2 messages · suparna mitra, Uwe Ligges
4 days later
On 14.04.2011 14:37, suparna mitra wrote:
Hello, I have a contingency table showing relation between two datasets. I tried to see association among them with the assocplot, but it shows error. mosaicplot of the same data worked perfectly. Can anyone please help me.
Perhaps, given you specify a reproducible example that includes "Con.table". Uwe Ligges
Con.table=as.matrix(Con.table)
dim(Con.table)
[1] 27 27
assocplot(Con.table,space = 0.3,
+ main = NULL, xlab = NULL, ylab = NULL) Error in plot.window(xlim, ylim, log = "") : need finite 'ylim' values And also I would like to know if I can use jaccard measure from the same contingency table. Thank you very much in advance, Best wishes, Mitra. [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.