Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

6 results for “from:retama”

Loop avoidance and logical subscripts
retama · May 21, 2009 · r-help

Hello! I'm writing a script with a lot of loops and it executes really slowly over huge amounts of data. I assume it's because I don't know how to avoid using loops. Logical subscripts are more desirable...

Loop avoidance and logical subscripts
retama · May 27, 2009 · r-help

Thank you! The script is now adapted to Biostrings and it is really fast! For example, it does: alph_sequence <- alphabetFrequency(data$sequence, baseOnly=TRUE) data$GCsequence <- rowSums(alph_sequence[,c("G", "C")]) / rowSums(alph_sequence) in the G+C...

Letter-based representation of pairwise comparisons
retama · Feb 2, 2009 · r-help

I solved it. It was quite easy: Because each test is a list, it's necessary to specify which element contains the comparison matrix (p values). Let me show it: >show(test) An object of class ?pairwise.htest? $method [1...

Letter-based representation of pairwise comparisons
retama · Jan 8, 2009 · r-help

Hi! I have been working several years with R but it's my first public question. I hope I'll be clear :) . This question is related to obtaining letter-based representation of non-parametric pairwise comparisons. I have a dataframe...

Loop avoidance and logical subscripts
retama · May 21, 2009 · r-help

Patrick Burns kindly provided an article about this issue called 'The R Inferno'. However, I will expand a little bit my question because I think it is not clear and, if I coud improve the code it will be more...

Letter-based representation of pairwise comparisons
retama · Oct 6, 2009 · r-help

Hello: That's because the required input should be a symmetric matrix with all the comparisons, e.g., it should have the self-comparisons diagonal. In an hypotetical case with two treatments, the pairwise-comparison test output is something like...

Can't find what you're looking for? Try searching with Google .