View source: R/analysis_fit_methods.R
Find best loess fit based on aic or gcv
1 2 |
data |
a data frame with columns x and y to be used in the fitting |
span |
a vector indicating a range (min, max) of spans to search over |
degree |
a vector of degrees to search over (valid values are combinations of 0, 1, 2) |
family |
loess |
which |
which method to use, "aicc" or "gcv" |
... |
additional parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.