Learn R Programming

CHsharp (version 0.4)

pllr: Penalized Local Linear Regression

Description

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

Usage

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.