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.

17,938 results for “from:Brian Ripley”

Creating directory under Windows R session
Brian Ripley · Jun 20, 2007 · r-help

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...

Code of plot.TukeyHSD
Brian Ripley · Nov 24, 2006 · r-help

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...

reading text into R
Brian Ripley · Apr 17, 2006 · r-help

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...

Avoid texinfo 6.1
Brian Ripley · Feb 22, 2016 · r-devel

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...

homals for win32?
Brian Ripley · May 13, 2003 · r-help

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...

nlm constrained minimization
Brian Ripley · Feb 24, 2003 · r-help

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...

fmod() is used for %%?
Brian Ripley · Aug 21, 2012 · r-devel

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...

CRAN package 5000
Brian Ripley · Nov 8, 2013 · r-devel

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...

"put()" like "get()"
Brian Ripley · May 4, 2004 · r-help

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...

R and Windows 8
Brian Ripley · Jan 16, 2013 · r-help

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...

Yosemite toolkit
Brian Ripley · Oct 31, 2014 · r-sig-mac

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...

[Rcpp-devel] Message could not be delivered
Brian Ripley · May 10, 2019 · rcpp-devel

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...

Problem with data.frames
Brian Ripley · Aug 4, 2003 · r-help

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...

erv.inv NOT FOUND
Brian Ripley · Apr 20, 2015 · r-help

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...

step vs. stepAIC
Brian Ripley · Jun 12, 2003 · r-help

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...

Adding GSL library path to SHLIB
Brian Ripley · Sep 9, 2004 · r-help

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...

Ridge for logistic regression
Brian Ripley · Nov 4, 2006 · r-help

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...

Does R have SQL interface in windows?
Brian Ripley · Jul 22, 2008 · r-help

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...

How to uninstall R when installed with "make install"
Brian Ripley · Oct 25, 2005 · r-devel

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...

choose.files function under unix
Brian Ripley · May 6, 2004 · r-help

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 .