flexmix (version 2.3-9)

FLXcontrol-class: Class "FLXcontrol"

Description

Hyperparameters for the EM algorithm.

Arguments

Objects from the Class

Objects can be created by calls of the form new("FLXcontrol", ...). In addition, named lists can be coerced to FLXcontrol objects, names are completed if unique (see examples).

Examples

Run this code
## have a look at the defaults
new("FLXcontrol")

## corce a list
mycont = list(iter=200, tol=0.001, class="r")
as(mycont, "FLXcontrol")

Run the code above in your browser using DataLab