EMstepsGets {lme4}R Documentation

Perform EM iterations

Description

The object x is updated through EM or ECME iterations. The number of iterations and whether verbose output should be produced are specified in the list passed as value.

Usage

EMsteps(x) <- value

Arguments

x An object of a suitable class to be updated according to the EM or ECME algorithm. Generally an reStruct object.
value A list that contains components EMiter, a non-negative integer specifying the number of iterations, and EMverbose, a logical value that, when TRUE, requests verbose output.

Value

The object x, updated.

See Also

reStruct-class, lmeControl

Examples






[Package Contents]