lbm.control {lbm}R Documentation

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


[Package lbm version 0.9.0.2 Index]