Skip to content

spline.des

3 messages · Liliana Forzani, Marc Schwartz (via MN), Uwe Ligges

#
Hello, I am using library fda and I can not run a lot of functions because
I receive the error:

Error in bsplineS(evalarg, breaks, norder, nderiv) : 
        couldn't find function "spline.des"


do you know how I can fix that? Thnaks. Liliana
#
On Mon, 2005-10-03 at 15:28 -0500, lforzani wrote:
spline.des() is in the 'splines' package, installed with the basic R
distribution. It appears that bsplineS() has a dependency on this not
otherwise referenced in the fda package documentation. Looks like fda
has not been updated in some time as well.

I have cc'd Jim Ramsay on this reply as an FYI.

You probably need a:

  library(splines)

before calling your code above.


HTH,

Marc Schwartz
#
lforzani wrote:
Version of R (most recent?)?
Version of fda (most recent?)?
Example code to reproduce this error message?

Well, looking at the code of a recent version of fda suggests this is a 
bug. Please report bugs to the package maintainer rather than to an R 
mailing list.
Yes, please do so.

Uwe Ligges