the total number of iterations. Alternatively,
niter can be a list
containing some or all parameters in the list returned by
daLoglin.control.
seed
integer vector containing the random number seed as required by the
random number generators.
save
a sequence of positive integers. The parameter estimates for
iterations specified in vector
save are returned as rows in the
paramIter component of the
missmodel object.
monotone
if
TRUE, use a monotone algorithm.
trace
if
TRUE, additional information is printed during the data augmentation
algorithm.
VALUE:
a list containing the control values described above.
SEE ALSO:
,
,
.
EXAMPLES:
daLoglin.control(niter = 500, save = 201:500, trace = T)