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.
Dear UseRs, Could someone explain to me why the default behaviour of rank() is to assign the largest rank to missing data > rank(c(3, 1, NA)) [1] 2 1 3 as opposed to what I would hazard would be...
Dear R-help readers, In R 1.8.1 it was easy to print the documentation for recommended packages: go to the full reference manual (refman.pdf) and print the relevant pages, which were contiguous. With R 1.9.0...
"RexBryan" <rexbryan1 at attbi.com> writes: > I would like to plot and unplot a line to a graph using R's line > command. This would allow for sequentially trying different plotted > functions for a visual fit. Is there a way...
Quoting Paul Murrell <p.murrell at auckland.ac.nz>: > I haven't figured out exactly what your code is supposed to produce, but > I suspect that you are calculating colv incorrectly. In your example, > you get a colv with 5...
Dear R-Helpers, I would like to read an Excel .xls file via RODBC. I have successfully run the example in p. 18 of "R Data Import/Export". The problem I am facing is that Excel's ODBC driver seems...
dear list, i am having trouble coloring the bars in a barplot. my data have two groups, which i would like to plot side by side. within each group i want to sort the observations in decreasing order, like a...
Can't find what you're looking for? Try searching with Google .