Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cp

Compute Mallows' Cp for local regression models.


Description

The calling sequence for cp matches those for the locfit or locfit.raw functions. The fit is not returned; instead, the returned object contains Cp criterion for the fit.

Cp is usually computed using a variance estimate from the largest model under consideration, rather than σ^2=1. This will be done automatically when the cpplot function is used.

The Cp score is exact (up to numerical roundoff) if the ev="data" argument is provided. Otherwise, the residual sum-of-squares and degrees of freedom are computed using locfit's standard interpolation based approximations.

Usage

cp(x, ..., sig2=1)

Arguments

x

model formula or numeric vector of the independent variable.

...

other arguments to locfit and/or locfit.raw.

sig2

residual variance estimate.

See Also


locfit

Local Regression, Likelihood and Density Estimation

v1.5-9.4
GPL (>= 2)
Authors
Catherine Loader [aut], Jiayang Sun [ctb], Lucent Technologies [cph], Andy Liaw [cre]
Initial release
2020-03-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.