predict.dbs {intccr} | R Documentation |
Prediction of derivative of B-spline
Description
Evaluates the derivative of the B-splines basis matrix at given values.
Usage
## S3 method for class 'dbs'
predict(object, newx)
Arguments
object |
returned object of B-splines |
newx |
a vector of points |
Details
The function predict
is a generic function of bs.derivs
Value
The function predict
returns a predicted B-splies.
Author(s)
Giorgos Bakoyannis, gbakogia@iu.edu
Jun Park, jp84@alumni.iu.edu
[Package intccr version 3.0.4 Index]