control_kr {brokenstick} | R Documentation |
Set controls for Kasim-Raudenbush sampler
Description
Set controls for Kasim-Raudenbush sampler
Usage
control_kr(
niter = 200L,
nimp = 0L,
start = 101L,
thin = 1L,
seed = NA_integer_,
cormodel = c("none", "argyle", "cole"),
...
)
Arguments
niter |
Integer. Number of samples from posterior. Default: |
nimp |
Integer. Number of multiple imputations. Default: |
start |
Integer. The iteration number of the first observation |
thin |
Integer. The thinning interval between consecutive observations |
seed |
Integer. Seed number for |
cormodel |
String indicating the correlation model:
|
... |
Allow for dot parameters |
Value
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.
[Package brokenstick version 2.5.0 Index]