basis.gen {gamsel} | R Documentation |
Generate basis
Description
Generate basis
Usage
basis.gen(x, df = 6, thresh = 0.01, degree = 8, parms = NULL, ...)
Arguments
x |
A vector of values for |
df |
The degrees of freedom of the smoothing spline. |
thresh |
If the next eigenvector improves the approximation by less
than threshold, a truncated bases is returned. For |
degree |
The nominal number of basis elements. The basis returned has
no more than |
parms |
A parameter set. If included in the call, these are used to define the basis. This is used for prediction. |
... |
other arguments |
Value
the basis
[Package gamsel version 1.8-4 Index]