Set Control Parameters for daCgm

DESCRIPTION:

Allows control parameters to be set for daCgm.

USAGE:

daCgm.control(niter = 1, seed = .Random.seed, save = seq(max(1, 
              floor(0.1 * niter)), niter, 1), monotone = F, trace = F) 

OPTIONAL ARGUMENTS:

niter
the total number of iterations. Alternatively, niter can be a list containing some or all parameters in the list returned by daCgm.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:

daCgm.control(niter = 500, save = 201:500, trace = T)