make_spline_basis {incidental} | R Documentation |
This function creates basis matrix for spline model using cubic splines.
make_spline_basis(dof, tgrid)
dof |
An integer degrees of freedom. |
tgrid |
A grid of time values. |
A matrix of cubic spline basis values with 'length(tgrid)' x 'dof' entries.