InternalFunctions: BOSO Internal Functions

Description Usage Arguments Value

Description

Internal functions used by BOSO in the different steps of the algorithm

Centering and scaling convenience function based on the function from bestSubset

Usage

 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)

Arguments

object

Fitted 'BOSO' or object

n

Fitted 'BOSO' object

p

Fitted 'BOSO' object

metric

information criteria to be used

matrix

a numeric matrix

Value

Internal outputs


BOSO documentation built on July 1, 2021, 9:08 a.m.