coef.cv.rss | R Documentation |
Extracts coefficients for a given parameter pair (k,h)
.
## S3 method for class 'cv.rss'
coef(object, k = "k.min", h = "h.min", ...)
object |
an object of class |
k |
the number of predictors indexing the desired fit; 'k.min' uses best |
h |
the number of observations indexing the desired fit; 'h.min' uses best |
... |
any other arguments |
An array of coefficients.
Ryan Thompson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.