cyclicSplineDesign: Create a design matrix for a cyclic spline

View source: R/SccsDataConversion.R

cyclicSplineDesignR Documentation

Create a design matrix for a cyclic spline

Description

Create a design matrix for a cyclic spline

Usage

cyclicSplineDesign(x, knots, ord = 3)

Arguments

x

Vector of coordinates of the points to be interpolated.

knots

Location of the knots.

ord

Order of the spline function. ord = 3 implies quadratic.

Details

This function is used by other functions in this package.


SelfControlledCaseSeries documentation built on Aug. 8, 2025, 7:34 p.m.