plot.gcvplot | R Documentation |
Plots the value of the GCV (or other statistic) in a gcvplot
object
against the degrees of freedom of the fit.
## S3 method for class 'gcvplot'
plot(x, xlab = "Fitted DF", ylab = x$cri, ...)
x |
A |
xlab |
Text label for the x axis. |
ylab |
Text label for the y axis. |
... |
Other arguments to |
locfit
,
locfit.raw
,
gcv
,
aicplot
,
cpplot
,
gcvplot
,
lcvplot
data(ethanol)
plot(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.