Description Usage Arguments Value
This function creates basis matrix for spline model using cubic splines.
1  | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.