control_glmcat {GLMcat} | R Documentation |
glmcat
modelsSet control parameters for glmcat
models.
control_glmcat(maxit = 25, epsilon = 1e-06, beta_init = NA)
maxit |
the maximum number of the Fisher's Scoring Algorithm iterations. Defaults to 25. |
epsilon |
a double to change update the convergence criterion of GLMcat models. |
beta_init |
an appropriate sized vector for the initial iteration of the algorithm. |