basis {slp} | R Documentation |
slp: Pre-computed basis sets
Description
Shared name for a number of pre-computed basis sets included with the
slp
package. For large N
, significant speed-ups can be
obtained by pre-computing the basis set and simply loading it from disk.
Format
Each file named basis_N_XXX_W_X_K_XX.RData
,
with the X
entries integers indicating the N
, W
(in
df/
year) and K
parameters, can be loaded via data(...)
as a basis
object in the environment of your choice.
Currently, these pre-computed bases are used as speed-up aids within
{slp(...)}
and {s(..., bs='slp', ...)}
.
A full list of available bases can be obtained by examining
slpSavedObjects
, an additional data(...)
object included
with the package.
[Package slp version 1.0-5 Index]