Re: [R] FW: Suse RPM installation problem

2007-06-22 Thread Stephen Henderson
10:10 AM To: Stephen Henderson Cc: r-help@stat.math.ethz.ch Subject: Re: [R] FW: Suse RPM installation problem Stephen Henderson wrote: Thanks for your help As you suggested I do indeed have a 64bit version called exactly the same PC5-140:/home/rmgzshd # rpm -qf /usr/lib/libpng12.so.0 libpng

Re: [R] FW: Suse RPM installation problem

2007-06-22 Thread Stephen Henderson
this and not the 32bit file? Or do I need to edit something in the rpm file? Thanks -Original Message- From: Peter Dalgaard [mailto:[EMAIL PROTECTED] Sent: Thu 6/21/2007 6:34 PM To: Stephen Henderson Cc: r-help@stat.math.ethz.ch Subject: Re: [R] FW: Suse RPM installation problem Stephen Henderson

[R] FW: Suse RPM installation problem

2007-06-21 Thread Stephen Henderson
reading the Installation manual I noted that libpng is mention in the context of a source build. I therefore downloaded libpng-1.2.18 (v-1.2.8 or later is specified in the manual) and succesfully compiled this. This did not however help with my problem. Any suggestions? Thanks Stephen Henderson

Re: [R] setMethod confusion -best reference for S4 programming

2006-03-15 Thread Stephen Henderson
, more or less. Have I missed any other useful resources? Stephen Henderson Wolfson Inst. for Biomedical Research Cruciform Bldg., Gower Street University College London United Kingdom, WC1E 6BT +44 (0)207 679 6827 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

[R] setMethod confusion

2006-03-14 Thread Stephen Henderson
function? Is it because it takes arguments beginning table(..., etc) Thanks In Advance Stephen Henderson Wolfson Inst. for Biomedical Research Cruciform Bldg., Gower Street University College London United Kingdom, WC1E 6BT +44 (0)207 679 6827

[R] setMethod confusion

2006-03-14 Thread Stephen Henderson
peculiar about the table function? Is it because it takes arguments beginning table(..., etc) Thanks In Advance Stephen Henderson Wolfson Inst. for Biomedical Research Cruciform Bldg., Gower Street University College London United Kingdom, WC1E 6BT +44 (0)207 679 6827

[R] coxph, survfit and Brier score

2005-06-29 Thread Stephen Henderson
above into a survfit object? Or am I missing something ..is there a reason survfit returns the predicted object in a different format? PS I realize the fit is not good but just want to get the code to work. Thank You Stephen Henderson

[R] sbrier (Brier score) and coxph

2005-06-29 Thread Stephen Henderson
Stephen Henderson ** This email and any files transmitted with it are confidentia...{{dropped}} __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE

[R] adding function to a Package

2004-09-20 Thread Stephen Henderson
As a shortcut I have previously added my own functions to a Package (ipred) under R-1.8.1, changing the NAMESPACE file to accomodate this then reinstalling. This doesn't now seem possible in R-1.9.0 is this correct?-- I am getting an error saying: files NAMESPACE, R/ipred have the wrong MD5

[R] customising installed libraries

2004-01-22 Thread Stephen Henderson
hello I am returning to some libraries that I had previously customised by amongst other things adding additional functions. I had simply typed these new functions into the file in library/R/thelibrary. These however do not seem to be loaded now as they previously were under older versions of R.

RE: [R] customising installed libraries

2004-01-22 Thread Stephen Henderson
problem with my computer/ setup/ files?? not R?? -Original Message- From: Wolski To: Stephen Henderson Cc: '[EMAIL PROTECTED]' Sent: 1/22/04 1:58 PM Subject: Re: [R] customising installed libraries Have you executed first detach(package:library) before loading the library again? Eryk

RE: [R] customising installed libraries

2004-01-22 Thread Stephen Henderson
ha ha ha ha..hmmm. Well although I don't follow the developments and deprecations of R religiously that doesn't mean I'm innumerate. Thanks for the advice nonetheless-- its working now. -Original Message- From: Prof Brian Ripley To: Stephen Henderson Cc: ''[EMAIL PROTECTED]' ' Sent: 1

[R] X11/ graphics problem

2003-11-19 Thread Stephen Henderson
Hello I'm moving from using R 1.8 for Windows to using Linux (Redhat version 9) and I cannot get any graphics. However everything else maths, models equations is fine-- and much quicker. I built from the source file following the commands in the install manual. plot(1:10, 1:10) does nothing! So