maxEM.iter.control: iteration controls

Description Usage Arguments Details Value Author(s)

View source: R/maxEM.R

Description

Set parameters for control of iteration in maxEM

Usage

1
2
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


sonicLength documentation built on Sept. 20, 2021, 3 a.m.