[R] get the value of a biplane

Duncan Murdoch murdoch.duncan at gmail.com
Mon May 29 11:43:22 CEST 2017


On May 28, 2017 1:53:29 PM PDT, Rui Barradas <ruipbarradas at sapo.pt> wrote:
>  > predict.bs(SCurve, xnew = 40:45)
> Error in predict.bs(SCurve, xnew = 40:45) :
>    could not find function "predict.bs"

You should call it using the generic, i.e.

predict(SCurve, xnew = 40:45)


On 29/05/2017 2:35 AM, Jeff Newmiller wrote:
> Looks like it is not exported from the package namespace... a packaging error.
>

It's not an error to rely on the generic to get to a method.

Duncan Murdoch



More information about the R-help mailing list