Auxiliary function for zim
fitting. Typically only used internally by
zim.fit
, but may be used to construct a control argument for either function.
zim.control(dist = c("zip", "zinb"), method = c("EM-NR", "EM-FS"),
type = c("solve", "ginv"), robust = FALSE, trace = FALSE,
start = NULL, minit = 10, maxit = 10000, epsilon = 1e-08)
count model family.
algorithm for parameter estimation.
type of matrix inverse.
logical; if TRUE, robust standard errors will be calculated.
logical; if TRUE, display iteration history.
initial parameter values.
minimum number of iterations.
maximum number of iterations.
positive convergence tolerance.