Description Usage Arguments Value
Internal functions used by BOSO in the different steps of the algorithm
Centering and scaling convenience function based on the function from bestSubset
1 2 3 4 5 6 7 8 9 10 11 12 13 | standardize(
x,
y,
intercept = T,
normalize = T,
mx = NULL,
my = NULL,
sx = NULL
)
ICscoreCalculation(object, IC, n, p)
Trace(mat)
|
object |
Fitted 'BOSO' or object |
n |
Fitted 'BOSO' object |
p |
Fitted 'BOSO' object |
metric |
information criteria to be used |
matrix |
a numeric matrix |
Internal outputs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.