control_glmcat: Control parameters for 'glmcat' models

View source: R/GLMcatMethods.R

control_glmcatR 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.


GLMcat documentation built on Sept. 30, 2024, 5:08 p.m.