Learn R Programming

BOSO (version 1.0.4)

InternalFunctions: BOSO Internal Functions

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

standardize(
  x,
  y,
  intercept = T,
  normalize = T,
  mx = NULL,
  my = NULL,
  sx = NULL
)

ICscoreCalculation(object, IC, n, p)

Trace(mat)

Value

Internal outputs

Arguments

object

Fitted 'BOSO' or object

IC

information criteria to be used

n

Fitted 'BOSO' object

p

Fitted 'BOSO' object

mat

a numeric matrix