pllr: Penalized Local Linear Regression

Description Usage Arguments Value Author(s)

View source: R/pllr.R

Description

Data sharpened local linear regression with roughness penalty with automatically selected bandwidth and tuning parameter.

Usage

1
pllr(x, y)

Arguments

x

numeric vector of predictor observations

y

numeric vector of observed responses

Value

a list consisting of the x and y coordinates of the estimated regression function.

Author(s)

W.J. Braun


CHsharp documentation built on May 1, 2019, 6:48 p.m.

Related to pllr in CHsharp...