extract_functional | R Documentation |
Extract coefficients for functional lags
extract_functional(x, se = TRUE, select = NULL, scale = -1)
x |
is a fitted gam() with m >= 1 linear functional terms |
se |
logical TRUE says to return the SE estimate as well |
select |
allows restricting which functional term is returned; default is all |
scale |
may be vestigial |
returns a data.frame with columns term, lag, coef, se
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.