Re: [Rd] Package index help file question.

2012-08-01 Thread Duncan Murdoch
On 01/08/2012 10:10 AM, Damien Georges wrote: Dear R developers, I come to you because nobody was able to answer the following request yet. I'm developing a release of BIOMOD package called biomod2 ( https://r-forge.r-project.org/R/?group_id=302). I'm writing my package helps files and I'm not

Re: [Rd] Numerics behind splineDesign

2012-08-01 Thread peter dalgaard
On Aug 1, 2012, at 18:03 , Bert Gunter wrote: > Inline... > > On Wed, Aug 1, 2012 at 8:36 AM, Nathaniel Smith wrote: >> Thanks everyone for the suggestions. >> >> On Wed, Aug 1, 2012 at 2:39 PM, peter dalgaard wrote: >>> >>> On Jul 31, 2012, at 15:46 , Bert Gunter wrote: >>> Well, I wo

Re: [Rd] Numerics behind splineDesign

2012-08-01 Thread Nathaniel Smith
Thanks everyone for the suggestions. On Wed, Aug 1, 2012 at 2:39 PM, peter dalgaard wrote: > > On Jul 31, 2012, at 15:46 , Bert Gunter wrote: > >> Well, I would first check the references given in the Help file!. >> That's what they're for, no? Hastie's book is likely to more complete >> on the

Re: [Rd] confusion over S3/S4 importing

2012-08-01 Thread Thomas Lumley
On Mon, Jul 30, 2012 at 7:12 AM, Ben Bolker wrote: > > Can anyone help me figure out the right way to import a method that is > defined as S3 in one package and S4 in another? > > Specifically: > > profile() is defined as an S3 method in the stats package: > > function (fitted, ...) > UseMeth

[Rd] Package index help file question.

2012-08-01 Thread Damien Georges
Dear R developers, I come to you because nobody was able to answer the following request yet. I'm developing a release of BIOMOD package called biomod2 ( https://r-forge.r-project.org/R/?group_id=302). I'm writing my package helps files and I'm not really satisfied by the visual results. I wo

Re: [Rd] Numerics behind splineDesign

2012-08-01 Thread peter dalgaard
On Jul 31, 2012, at 15:46 , Bert Gunter wrote: > Well, I would first check the references given in the Help file!. > That's what they're for, no? Hastie's book is likely to more complete > on the algebra, I think. > > You might also be interested in the relevant chapters of Friedman, > Hastie,

Re: [Rd] Numerics behind splineDesign

2012-08-01 Thread Bert Gunter
Well, I would first check the references given in the Help file!. That's what they're for, no? Hastie's book is likely to more complete on the algebra, I think. You might also be interested in the relevant chapters of Friedman, Hastie, et. al "The Elements of Statistical Learning Theory," which m