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.
For the record, I noticed an error in the way rank() handles missing values Observe: > rank(c(1,7,2,6,3,NA,11)) [1] 1 5 2 4 3 7 6 Rank should give an error when passed missing...
Hi All, I'm running R 0.63 on Redhat 5.1 and when I attempt to load a fortran routine I get: > dyn.load("/home/royle/Rstuff/varna.o") Error in dyn.load(x) : unable to load shared library...
Hello, I've been migrating my computing to R and have not had any major problems running old Splus programs in R. However, the one thing I am missing is the ability to attach directories full of general utility functions...
While we're on the subject, I ran a few tests on several of our platforms here and although I don't claim that these are very sophisticated (or even general), I did find some results that were interesting to...
Hello, I created a library for a bunch of functions that I use frequently so that I dont have to carry duplicate copies around to wherever I fire up an R sesssion. However, I have problems locating the help files...
Can't find what you're looking for? Try searching with Google .