coef.bess.one {BeSS} | R Documentation |
Similar to other prediction methods, this function provides estimated coefficients from a fitted "bess.one
" object.
## S3 method for class 'bess.one' coef(object, sparse = TRUE , ...)
object |
A " |
sparse |
Logical or NULL, specifying whether the coefficients should be presented as sparse matrix or not. |
... |
Other arguments. |
Canhong Wen, Aijun Zhang, Shijie Quan, and Xueqin Wang.
Wen, C., Zhang, A., Quan, S. and Wang, X. (2017). BeSS: an R package for best subset selection in linear, logistic and CoxPH models. arXiv: 1709.06254.
data <- gen.data(500, 20, family = "gaussian", 10, 0.2, 1) fit <- bess.one(data$x, data$y, s = 10, family = "gaussian") coef(fit, sparse=TRUE) # The estimated coefficients