grasp.step.aic {grasp} | R Documentation |
Stepwise AIC selection: an Akaike IC criteria is used to select variables, very conservative (default test)
grasp.step.aic(object, scope, scale, direction, trace, keep, steps, ...)
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 |
... |
... |
Function step.gam by Trevor Hastie (gam
library).
Modified by Anthony lehmann Anthony.Lehmann@unige.ch.
step.gam
for the generic function.