BSpline: B-spline basis

View source: R/basis.R

BSplineR Documentation

B-spline basis

Description

Generate the B-spline basis matrix for a polynomial spline.

Usage

BSpline(x, degree)

Arguments

x

a numeric vector at which to evaluate the spline. Missing values are not allowed in x

degree

the degree of the piecewise polynomial

See Also

bs


bbuchsbaum/fmrireg documentation built on May 16, 2023, 10:56 a.m.