DOC.loess: Calculate loess on the real data

View source: R/DOC.loess.R

DOC.loessR Documentation

Calculate loess on the real data

Description

Calculate loess on the real data

Usage

DOC.loess(do, pair = NULL, span = 0.2, degree = 1,
  family = "symmetric", iterations = 4, surface = "interpolate")

Arguments

do

Output from DO function

pair

A vector of length two with names of pairs

span

Span of loess smoothing

degree

Degree of loess smoothing (If 1 linear, >1 polynomial)

family

"gaussian" is least-squares fitting, "symmetric" is robust fitting

iterations

Number of iterations for robust fitting

surface

"direct" estimation (slow exact) or "interpolate" estimation (fast approximate)

Value

A dataframe with loess results from the non-bootstrapped data


Russel88/DOC documentation built on Nov. 14, 2022, 3:50 p.m.