This function returns a numerically integrable function
corresponding to a single splines basis function. It was not
implemented because it was slower than using the function from the
splines2
package.
altDefSplinesBasis(splineslist, j, l, v = 1)
a list of splines commands and names of
variables that interact with the splines. This is generated
using the command removeSplines
.
the index for the spline for which to generate the basis functions.
the index for the basis.
a constant that multiplies the spline basis.
a vectorized function corresponding to a single splines basis function that can be numerically integrated.