View source: R/GLMcatMethods.R
control_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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.