get.init {COMPoissonReg} | R Documentation |
Construct initial values for coefficients.
Description
Construct initial values for coefficients.
Usage
get.init(beta = NULL, gamma = NULL, zeta = NULL)
Arguments
beta |
Vector for |
gamma |
Vector for |
zeta |
Vector for |
Details
The default value NULL
is interpreted as an empty vector, so that the
given component is absent from the model.
Value
List of initial value terms.
[Package COMPoissonReg version 0.8.1 Index]