auto_loess: Find best loess fit based on aic or gcv

Description Usage Arguments

View source: R/analysis_fit_methods.R

Description

Find best loess fit based on aic or gcv

Usage

1
2
auto_loess(data, span = c(0.01, 2), degree = c(1, 2), family = "gaussian",
  which = "gcv", ...)

Arguments

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 family parameter

which

which method to use, "aicc" or "gcv"

...

additional parameters passed to loess


hafen/hbgd documentation built on March 1, 2020, 5:31 p.m.