summary.gcvplot | R Documentation |
Computes a short summary for a generalized cross-validation plot structure
## S3 method for class 'gcvplot'
summary(object, ...)
object |
A |
... |
arugments to and from other methods. |
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.
locfit
,
gcv
,
gcvplot
data(ethanol)
summary(gcvplot(NOx~E,data=ethanol,alpha=seq(0.2,1.0,by=0.05)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.