Hi Well. I am a bit lost in your bins. If I understand correctly you shall have some factor with bin values
bin.f <- cut(some data, levels) then you can split your data according to values of bin.f split(complete data, bin.f) If this does not solve your problem just throw it to some other bin :-) Regards Petr [EMAIL PROTECTED] napsal dne 18.06.2008 08:04:50: > Hello, > > I am having problem with binning the data. I have a 50X3 matrix and I binned > the data for all the 3 columns. Using table command I got the total no. of > elements in a particular bin. > Could you please tell me how to see that what all elements are there in a > particular bin and then create a different matrix for each bin? > > Thanks. > > Regards, > Sumit > > [[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, minimal, self-contained, reproducible code. ______________________________________________ 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 code.