[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
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

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 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-tp33045

[R] saving plots

2011-02-13 Thread km
) ... plot... 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

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ß wrote: > On 03/12/10 16:23:33, manuel.martin wrote: > > I am currently looking for a book about support vector machines for > >

Re: [R] sum in vector

2010-11-14 Thread km
rg with  rowsum() doesnt seem to work!  am i 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 com

[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