bss | R Documentation |
Implement best subset selection via Mixed Integer Optimization (MIO) for given k
bss(
y,
X,
k,
intercept = TRUE,
b0 = NULL,
tau = 2,
tol = 1e-04,
MaxIter = 10000,
polish = TRUE,
time.limit = 1200
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.