GAMBoost (version 1.2-3)

getGAMBoostSelected: Identify selected/significant covariates from a GAMBoost object

Description

Extracts the information from a GAMBoost object which covariates have received any update up to a specific boosting step and for which smooth estimates the pointwise confidence bands do not contain the zero line.

Usage

getGAMBoostSelected(object,at.step=NULL)

Arguments

object
fitted GAMBoost object from a GAMBoost call.
at.step
boosting step for which the information should be extracted. If none is given, the final boosting step is examined.

Value

smooth
indices of smooth components which received any update up to the given step.
smoothbands
indices of smooth components for which the pointwise confidence bands at the given step do not contain the null line (only available when confidence bands have been fitted; see option se.fit of GAMBoost).
parametric
indices of parametric components which received any update up to the given step.

See Also

GAMBoost, plot.GAMBoost

Examples

Run this code
## see examples for 'GAMBoost' and 'plot.GAMBoost'

Run the code above in your browser using DataLab