View source: R/summary.bess.one.R
summary.bess.one | R Documentation |
Print a summary of the "bess.one
" object.
## S3 method for class 'bess.one'
summary(object, ...)
object |
a " |
... |
additional print arguments |
Canhong Wen, Aijun Zhang, Shijie Quan, and Xueqin Wang.
Wen, C., Zhang, A., Quan, S. and Wang, X. (2020). BeSS: An R Package for Best Subset Selection in Linear, Logistic and Cox Proportional Hazards Models, Journal of Statistical Software, Vol. 94(4). doi:10.18637/jss.v094.i04.
bess
, bess.one
data <- gen.data(500, 20, family = "gaussian", 10, 0.2, 1)
fit <- bess.one(data$x, data$y, s = 10, family = "gaussian")
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.