Bsplines: Construct design matrix for B-Splines

View source: R/splinesFunctions.R

BsplinesR Documentation

Construct design matrix for B-Splines

Description

Construct design matrix for B-Splines.

Usage

Bsplines(knots, x, deriv = 0)

Arguments

knots

A numerical vector of knot positions.

x

a numeric vector of values at which to evaluate the B-spline functions or derivatives.

deriv

A numerical value. The derivative of the given order is evaluated at the x positions.


LMMsolver documentation built on Sept. 11, 2024, 7:31 p.m.