View source: R/smoother_functions.R
gam_smoother | R Documentation |
Function to smooth an x-y pair with a generalised additive model (GAM).
gam_smoother(x, y, method = "GCV.Cp")
x |
Numeric vector. |
y |
Numeric vector. |
method |
Smoothing estimation method. |
Numeric vector with the length of x
or y
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.