These allow for stepwise model selection in RCOX models by. Model expansion (i.e. forward selection) is obtained by adding edge colour classes and by splitting edge/vertex colour classes. Model reduction (i.e. backward selection) is obtained by dropping edge colour classes and by joining edge/vertex colour classes.
Either NULL or a new RCOX model.
An RCOX model, an object of class RCOX
A set (list) of items (edge colour classes or vertex colour classes) to be considered. If missing, then all items are considered.
Either "aic" (the default), "bic" or "test" (for significance test)
Either "ecc" for edge colour classes or "vcc" for vertex colour classes.
The multiple of the number of degrees of freedom used for the penalty when criterion is "aic". Ignored when criterion is "bic" or "test". Only k = 2 gives the genuine AIC.
The maximum number of steps to be considered. The default is 1000 (essentially as many as required). It is typically used to stop the process early
Either "wald" for a Wald statistic or "dev" for a deviance statistic.
Critical value if 'criterion' is "test". If criterion is "aic" or "bic", the critical value is 0.
If TRUE then at each step the first encountered edge that may be removed/added according to the current criterion is done so.
If TRUE, then the edges are examined in random order
Control the amount of output created.
For debugging purposes
Additional arguments, currently not used.
Søren Højsgaard, sorenh@math.aau.dk
split1
join1
add1.rcox
drop1.rcox
comparecc