Estimate the sigma parameter for a HubbellGLM model via BIC minimisation
Source:R/HubbellGLM.R
estimate_sigma.RdEstimate the sigma parameter for a HubbellGLM model via BIC minimisation
Arguments
- formula
A formula specifying the model (same syntax as
HubbellGLM).- data
A
data.framecontaining the variables informula.- verbose
Logical; if
TRUE(default), prints the sigma value evaluated at each iteration.