grasp.step.cross {grasp}R Documentation

Internal GRASP function

Description

Stepwise CROSS selection: A cross validation method is used at each step of a BIC selection to keep at the end the model presenting the highest statistics of cross validation.

Usage

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

Arguments

object ...
scope ...
scale ...
direction ...
trace If true, verbose output
keep ...
steps Number of stepwise steps
... ...

Author(s)

Anthony.Lehmann@unige.ch

See Also

grasp grasp, grasp.in grasp.in


[Package grasp version 2.5-7 Index]