Description Usage Arguments Value See Also
Write files ‘inits1.txt’, ‘inits2.txt’, etc., in the working directory for OpenBUGS to read
1 2 | bugs.inits(inits, n.chains, digits,
inits.files = paste("inits", 1:n.chains, ".txt", sep = ""))
|
inits |
a list with |
n.chains |
number of Markov chains |
digits |
number of significant digits used for OpenBUGS
input, see |
inits.files |
name for the inits files R write the inits into. |
Vector of names of inits.files
; as a side effect, the inits files ‘inits*.txt’
are written
The main function to be called by the user is bugs
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.