[R] How can I make a list using aggregate function?

2012-06-28 Thread sureshraj
Hi friends, I need to generate a list, that should contain the quantile value of one column in a data frame. while I am compiling this one i am facing one bug,, Really I cannot find out that where the problem has occurred? Could any one help me to come out from this bug?? Here is the code,

Re: [R] How can I make a list using aggregate function?

2012-06-28 Thread sureshraj
Hi freind, My data seems to be like , and data frame name is comb.data sequence weight rsat. zFEl 1CCTTGTT4.6 0.00058 -7.452 3.237 2ACTTTGAGGTG4.1 0.00077 -7.169 3.114 3GTCTTGAACTC4.8 0.00055 -7.506 3.260 4 GCTTTGAAGAA

Re: [R] How can I make a list using aggregate function?

2012-06-29 Thread sureshraj
Ooops!!! Thanks you friends for your valuable comments, Finally I found the solution for that,, Neways thanks -- View this message in context: http://r.789695.n4.nabble.com/How-can-I-make-a-list-using-aggregate-function-tp4634714p4634871.html Sent from the R help mailing list archive at Nab

Re: [R] how to create the data frame

2012-07-11 Thread sureshraj
Hi Dude!! It seems that your column names are not sequentially arranged, I guess, If so u just reorder them and do it your way...it will work.. for example, colnames(data)[2]<–"weekly.returns" ## sometimes u can use like this as well, if u want to assign at last most column