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

Value

an BSpline list instance

See Also

bs


bbuchsbaum/fmrireg documentation built on March 1, 2025, 11:20 a.m.