Stepwise model selection for HubbellGLM models
Arguments
- object
A fitted
HubbellGLMobject.- scope
A formula or list of formulas defining the range of models to consider. See
stepfor details.- scale
Scaling factor for the AIC penalty. Default is 0.
- direction
Direction of stepwise search:
"both","backward", or"forward".- trace
Integer; if positive, prints information at each step.
- keep
A function to retain extra information at each step.
- steps
Maximum number of steps. Default is 1000.
- k
Penalty multiplier for the number of parameters (2 for AIC).
- ...
Additional arguments passed to the fitting function.