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

summary.gcvplot

Summary method for a gcvplot structure.


Description

Computes a short summary for a generalized cross-validation plot structure

Usage

## S3 method for class 'gcvplot'
summary(object, ...)

Arguments

object

A gcvplot structure produced by a call to gcvplot, cpplot e.t.c.

...

arugments to and from other methods.

Value

A matrix with two columns; one row for each fit computed in the gcvplot call. The first column is the fitted degrees of freedom; the second is the GCV or other criterion computed.

See Also

Examples

data(ethanol)
summary(gcvplot(NOx~E,data=ethanol,alpha=seq(0.2,1.0,by=0.05)))

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.