maxEM.iter.control {sonicLength}R Documentation

iteration controls

Description

Set parameters for control of iteration in maxEM

Usage

maxEM.iter.control(min.reps = 3, max.reps = 2000, max.abs.le = 0.1,
max.rel.le = 1e-05, phi.min=.Machine$double.eps)

Arguments

min.reps

a positive integer

max.reps

a positive integer

max.abs.le

a smallish double

max.rel.le

a tiny double

phi.min

a smallish double

Details

Most users should not need to tinker with these settings

Value

a list such as formals(maxEM.iter.control)

Author(s)

Charles C. Berry ccberry@users.r-forge.r-project.org


[Package sonicLength version 1.4.7 Index]