search for: nameeta

Displaying 4 results from an estimated 4 matches for "nameeta".

Did you mean: hameeza
2006 May 08
3
Non repetitive permutations/combinations of elements
...van der Geest in Matlab which generated the above. How can I do this is R? I have looked at permn and combn in the combinat library and permutations and combinations in the gtools library and I am still confused as to how to get it to work. Any suggestions will be truly appreciated. Thank you Nameeta ------------------------------------------------- This email is intended only for the use of the individual or...{{dropped}}
2007 Mar 02
1
RE-Row-wise two sample T-test on subsets of a matrix
...all thanks a lot for the info, I just actually needed to remove that comma in my command line what i had typed in was t.test(temp.matrix[,1:11],temp.matrix[,12:22],paired=TRUE) what i needed to do was t.test(temp.matrix[1:11],temp.matrix[12:22],paired=TRUE) thanks Petr, saw your comment later. nameeta
2007 Mar 01
2
Row-wise two sample T-test on subsets of a matrix
...UE)[[1]]) so as to only capture the t-value alone and and I get a result for the whole matrix instead of a row-wise result. I want to avoid using a "for" loop to increment the number of rows as it would take a huge amount of time. Any suggestions would be really appreciated. thanks nameeta
2006 May 12
4
bitwise addition
Hello all again, I want to do bitwise addition in R. I am trying to generate a matrix 0000 0001 0010 .... .... 1111 I know the other ways of generating this matrix but I need to look at bitwise addition. Any suggestions??? thanks a lot Nameeta ------------------------------------------------- This email is intended only for the use of the individual or...{{dropped}}