grasp.step.aic {grasp}R Documentation

Internal GRASP function

Description

Stepwise AIC selection: an Akaike IC criteria is used to select variables, very conservative (default test)

Usage

grasp.step.aic(object, scope, scale, direction, trace, keep, steps, ...)

Arguments

object An object of class 'gam' or any of it's inheritants.
scope ...
scale ...
direction ...
trace If true, verbose output
keep ...
steps Number of stepwise steps
... ...

Author(s)

Function step.gam by Trevor Hastie (gam library). Modified by Anthony lehmann Anthony.Lehmann@unige.ch.

See Also

step.gam for the generic function.


[Package grasp version 2.5-7 Index]