Learn R Programming

tilting (version 1.1.1)

select.model: Select the final model

Description

The function returns the final model as a subset of the active set chosen by Tilted Correlation Screening algorithm, for which the extended BIC is minimised.

Usage

select.model(bic.seq, active)

Arguments

bic.seq
the sequence of extended BIC at each iteration.
active
the index set of selected variables by Tilted Correlation Screening algorithm.

Value

The index set of finally selected variables is returned.