EMstepsGets {lme4} | R Documentation |
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
.
EMsteps(x) <- value
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. |
The object x
, updated.