[R] test of independence

2018-12-19 Thread km
Dear All, How do I do a test of independence with 16x16 table of counts. Please suggest. Regards, KM [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman

[R] long vectors in R 3.0.x

2014-01-20 Thread km
Dear All, I understand that we could use long vectors like this beyond 2^31-1 limit. x- c('0') length(x)- 2^35 But how do I do introduce this notion in matrices ? specifically if i want rows 2^31-1 limit ? Regards, Krishna Mohan [[alternative HTML version deleted]]

[R] boxplot with frequencies(counts)

2013-03-05 Thread km
and plot them by position. But now i have counts of these types. Is there a way to compute boxplot of such kind of data ? Regards, KM [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

[R] saving plots

2011-02-13 Thread km
... commands... dev.off() KM [[alternative HTML version deleted]] __ R-help@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

Re: [R] saving plots

2011-02-13 Thread km
Thanks! thats just what I was looking for! regards, KM On Mon, Feb 14, 2011 at 1:16 PM, Joel joda2...@student.uu.se wrote: look at ?savePlot It will save the current plot you are viewing. -- View this message in context: http://r.789695.n4.nabble.com/saving-plots-tp3304540p3304548.html

Re: [R] book about support vector machines

2010-12-03 Thread km
a bit of caution. the latest version of libsvm is not yet available in the e1071 R-package. regards, KM On Fri, Dec 3, 2010 at 9:52 PM, Georg Ruß resea...@georgruss.de wrote: On 03/12/10 16:23:33, manuel.martin wrote: I am currently looking for a book about support vector machines

Re: [R] sum in vector

2010-11-14 Thread km
missing something ?  regards  KM __ R-help@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

[R] '=' vs '-'

2010-11-03 Thread km
Hi all, can we use '=' instead of '-' operator for assignment in R programs? regards, KM __ R-help@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