predSmooth: Estimate predictions and residuals for a smooth of x and y

View source: R/loess.R

predSmoothR Documentation

Estimate predictions and residuals for a smooth of x and y

Description

Fit a smooth line throught x and y, find predictive values and resiudals.

Usage

predSmooth(x, y)

Arguments

x

vector of numeric values

y

vector of numeric values

Value

data frame with predictions and residuals


erichare/bulletr documentation built on May 3, 2024, 10:14 p.m.