Learn R Programming

sonicLength (version 1.4.7)

maxEM.iter.control: 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

Value

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

Details

Most users should not need to tinker with these settings