predict.dbs: Prediction of derivative of B-spline

View source: R/bsderivs.R

predict.dbsR 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


intccr documentation built on May 10, 2022, 9:05 a.m.

Related to predict.dbs in intccr...