Learn R Programming

flexmix (version 0.7-1)

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
mycont = list(iter=200, tol=0.001, class="r")
as(mycont, "FLXcontrol")

Run the code above in your browser using DataLab