spm_smooth_methods {sspm} | R Documentation |
Get the list of available smoothing methods
Description
Currently, only one smoothing method is supported:
* "ICAR"
: Intrinsic Conditional Auto-Regressive models.
* "LINPRED"
: LINear PREDictors (lag smooths).
Usage
spm_smooth_methods()
Value
A character vector
of all available smoothing methods.
[Package sspm version 1.0.3 Index]