Learn R Programming

lbm (version 0.9.0.2)

lbm.control: Auxiliary control for lbm

Description

Auxiliary function for lbm fitting. Only used internally by lbm.

Usage

lbm.control(epsilon = 1e-8, maxit = 100)

Arguments

epsilon

positive convergence tolerance epsilon;

maxit

integer giving the maximal number of iterations.

Value

A list with components named as the arguments.

See Also

glm.control