coef.cv.rss: Coefficient function for cv.rss object

coef.cv.rssR Documentation

Coefficient function for cv.rss object

Description

Extracts coefficients for a given parameter pair (k,h).

Usage

## S3 method for class 'cv.rss'
coef(object, k = "k.min", h = "h.min", ...)

Arguments

object

an object of class cv.rss

k

the number of predictors indexing the desired fit; 'k.min' uses best k from cross-validation

h

the number of observations indexing the desired fit; 'h.min' uses best h from cross-validation

...

any other arguments

Value

An array of coefficients.

Author(s)

Ryan Thompson


ryan-thompson/robustsubsets documentation built on Dec. 14, 2024, 6:25 a.m.