control_glmcat {GLMcat} | R Documentation |
Control parameters for glmcat
models
Description
Set control parameters for glmcat
models.
Usage
control_glmcat(maxit = 25, epsilon = 1e-06, beta_init = NA)
Arguments
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. |
[Package GLMcat version 0.2.6 Index]