Set controls for Kasim-Raudenbush sampler
control_kr(
niter = 200L,
nimp = 0L,
start = 101L,
thin = 1L,
seed = NA_integer_,
cormodel = c("none", "argyle", "cole"),
...
)
A list with eight components. The function calculates parameters
end
(the iteration number of the last iteration) and thin_imp
(thinning factor for multiple imputations) from the other inputs.
Integer. Number of samples from posterior. Default: 200
.
Integer. Number of multiple imputations. Default: 0
.
Integer. The iteration number of the first observation
Integer. The thinning interval between consecutive observations
Integer. Seed number for base::set.seed()
. Use NA
to
bypass seed setting.
String indicating the correlation model:
"none"
(default), "argyle"
or "cole"
Allow for dot parameters