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.


OHDSI/SelfControlledCaseSeries documentation built on Jan. 31, 2024, 7:30 p.m.