grasp.step.contrib {grasp}R Documentation

Internal GRASP function

Description

Stepwise CONTRIB selection: Stepwise selection absed on minimum percentage of Model contribution.

Usage

grasp.step.contrib(object, scope, scale, direction = c("both", "backward", "forward"), trace = TRUE, keep = NULL, steps = 1000, ...)

Arguments

object ...
scope ...
scale ...
direction ...
trace If true, verbose output
keep ...
steps Number of stepwise steps
... Additional arguments to be passsed on to 'keep'

Author(s)

Anthony.Lehmann@unige.ch

See Also

grasp grasp, grasp.in grasp.in


[Package grasp version 2.5-7 Index]