grasp.step.cross {grasp} | R Documentation |
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.
grasp.step.cross(object, scope, scale, direction = c("both", "backward", "forward"), trace = TRUE, keep = NULL, steps = 50, ...)
object |
... |
scope |
... |
scale |
... |
direction |
... |
trace |
If true, verbose output |
keep |
... |
steps |
Number of stepwise steps |
... |
... |
Anthony.Lehmann@unige.ch
grasp grasp
, grasp.in grasp.in