cmm_reg_control: Conway Maxwell Multinomial Regression Control

View source: R/cmm-reg.R

cmm_reg_controlR Documentation

Conway Maxwell Multinomial Regression Control

Description

An object with control arguments for CMM regression.

Usage

cmm_reg_control(base = 1, tol = 1e-08, verbose = FALSE, max_iter = 200)

Arguments

base

in an integer which specifies which category is considered the baseline. The default is 1.

tol

specifies the convergence tolerance ε. The default is 1e-8.

verbose

is a boolean; if TRUE, print informative messages during fitting. Default is FALSE.

max_iter

specifies the maximum number of Newton-Raphson iterations. Default is 200.


andrewraim/COMMultReg documentation built on April 2, 2022, 11:04 p.m.