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.
On Wed, 20 Jun 2007, Henrique Dallazuanna wrote: > for check the existence, > > any(dir('your path')=="your folder") That does not work, but fortunately R has file_test() for this purpose. -- Brian D. Ripley, ripley at stats.ox.ac.uk...
getAnywhere("plot.TukeyHSD") On Fri, 24 Nov 2006, Lize van der Merwe wrote: > Dear list > I need to see the code of plot.TukeyHSD. There is no .default for it. > Please help. > Lize -- Brian D. Ripley, ripley at stats.ox...
On Sun, 16 Apr 2006, Matthew Bridgman wrote: > Does anyone know of a function 'readTranscript' for reading text into R? I don't (and nor does Google), but that is what readLines does. -- Brian D. Ripley, ripley at stats.ox...
There are problems with the texi2dvi in the recently released texinfo 6.1. (The bug has been reported.) Avoid 6.1 if you can, but if not setting the environment variable R_TEXI2DVICMD=emulation will enable R to build, including...
On Tue, 13 May 2003, Khamenia, Valery wrote: > is there "homals" package prepared for win32? I presume the source code on CRAN works on all platforms, but why don't you try it and see? -- Brian D. Ripley, ripley at...
On 24 Feb 2003, Gorazd Brumen wrote: > Only one question: Can you constrain the minimization in the nlm > procedure? No, but you can in optim() and in constrOptim() (the latter in the development sources only). -- Brian D. Ripley, ripley at...
On 22/08/2012 04:08, Alexandre Aguiar wrote: > Hi, > > Is the standard C math function fmod() used for R module operations? Could > not find it in the sources. No. See src/main/arithmetic.c . -- Brian D. Ripley, ripley at...
Package 'quint' brought the number of packages on CRAN (for all platforms: some are Windows-only or non-Windows only) to 5000 a few minutes ago: see http://cran.r-project.org/web/packages/index.html . -- Brian D. Ripley, ripley...
On Tue, 4 May 2004 wwsprague at ucdavis.edu wrote: > Is there a function that takes a string and creates and assigns a ^^^^^^ > variable with that name? Could someone point me in the right direction? ?assign -- Brian D. Ripley, ripley...
On 16/01/2013 16:06, Claire Oswald wrote: > Hello: > > I'd like to know if R will run under Windows 8? We have students running it under Windows 8, 32- and 64-bit OS. -- Brian D. Ripley, ripley at...
On 31/10/2014 17:44, Erich Neuwirth wrote: > Do we already have recommendations which version of the compilers to install to be able to > compile packages from source under Yosemite? In the R manuals, where they always are .... E...
The original message was received at Sat, 11 May 2019 09:02:50 +0800 from stats.ox.ac.uk [153.84.100.83] ----- The following addresses had permanent fatal errors ----- <rcpp-devel at lists.r-forge.r-project.org> -------------- next...
Think about what happens if you call a function recursively, e.g. by Recall(), and that function includes an attach/detach pair. I believe it is your vision that is too limited, not other people's. -- Brian D. Ripley, ripley...
On 20/04/2015 13:15, CHIRIBOGA Xavier wrote: > Dear members, in this case > > Error: could not find function "erf.inv" > > Anyone knows the package? See ?pnorm for a definition of erfinv, which also exists in package pracma. 'erf.inv...
On Thu, 12 Jun 2003 MZodet at ahrq.gov wrote: > Could someone provide me direction towards documentation or provide some > thoughts on when I should use stepAIC rather than step (or vice versa)? See the note in ?step ... -- Brian D...
On Thu, 9 Sep 2004, Vicky Landsman wrote: > Dear Prof. Ripley, > We read the archive thread > http://maths.newcastle.edu.au/~rking/R/help/02b/0547.html Things have changed in 2 years in R .... -- Brian D. Ripley, ripley at...
On Fri, 3 Nov 2006, Zheng Yuan wrote: > Dear all experts, > > Does anyone know if there is a R function which can perform Ridge > regression for logistic models? multinom and nnet in the package of that name. -- Brian D. Ripley...
On Tue, 22 Jul 2008, rlearner309 wrote: > Seems that the RmySQL package does not support windows... Not so (there is even a binary on CRANextras, but read the README), and RODBC does as well. -- Brian D. Ripley, ripley at stats...
On Tue, 25 Oct 2005, Rainer M. Krug wrote: > How can I uninstall R when I installed it with "make install"? Did you try 'make uninstall' as the manual says? Works for me. -- Brian D. Ripley, ripley at stats.ox...
On Thu, 6 May 2004, Laetitia Marisa wrote: > I can't find the choose.files function under my unix system that is by > default under windows. Does this function exist for unix? No, but file.choose() does. -- Brian D. Ripley...
Can't find what you're looking for? Try searching with Google .