Relative convergence tolerance for the HCG estimator. The algorithm stops if
it is unable to reduce the log-likelihood by a factor of reltol * (abs(log-likelihood) + reltol)
at a step. Defaults to sqrt(.Machine$double.eps), typically about 1e-8.
max.optim
The number of iterations on the likelihood optimization for the HCG estimator.
theta.start
The initial value of theta used in the likelihood optimization for the HCG estimator. If NULL, the default, it is the margin of the table of counts for the transitions.